diff --git a/src/utils/mqtt.ts b/src/utils/mqtt.ts index ce98b12f..a290548b 100644 --- a/src/utils/mqtt.ts +++ b/src/utils/mqtt.ts @@ -1,5 +1,5 @@ import type { MqttClient, OnMessageCallback, IClientOptions, IClientSubscribeOptions } from 'mqtt' -import mqtt from 'mqtt' +//import mqtt from 'mqtt' interface MQTTOptions { protocolId?: string diff --git a/src/views/pqs/database/model/components/harmonicImpedance.vue b/src/views/pqs/database/model/components/harmonicImpedance.vue new file mode 100644 index 00000000..7cc6537d --- /dev/null +++ b/src/views/pqs/database/model/components/harmonicImpedance.vue @@ -0,0 +1,59 @@ + + diff --git a/src/views/pqs/database/model/components/harmonicSources.vue b/src/views/pqs/database/model/components/harmonicSources.vue new file mode 100644 index 00000000..bcc8afd6 --- /dev/null +++ b/src/views/pqs/database/model/components/harmonicSources.vue @@ -0,0 +1,80 @@ + + diff --git a/src/views/pqs/database/model/index.vue b/src/views/pqs/database/model/index.vue new file mode 100644 index 00000000..c4413a8c --- /dev/null +++ b/src/views/pqs/database/model/index.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue new file mode 100644 index 00000000..6ad2198e --- /dev/null +++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue @@ -0,0 +1,453 @@ + + + + \ No newline at end of file