Explorar o código

Merge branch 'master' of http://1.94.244.160:3000/shuzhihua/pms-iot-vue

Zimo hai 6 horas
pai
achega
3ec90e6687
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/oli-connection/monitoring-board/chart.vue

+ 1 - 1
src/views/oli-connection/monitoring-board/chart.vue

@@ -582,7 +582,7 @@ async function initLoadChartData(real_time: boolean = true) {
   }
 
   if (real_time) {
-    connect(`${import.meta.env.VITE_BASE_URL}/mqtt`, {}, handleMessageUpdate)
+    connect(`wss://aims.deepoil.cc/mqtt`, {}, handleMessageUpdate)
   }
 }