From b9d73f207759116dbccb29b0b6a9e651100ec8f5 Mon Sep 17 00:00:00 2001 From: lxc <237024898@qq.com> Date: Thu, 6 Oct 2022 16:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lpro/src/main/webapp/page/devicedebug/index.html | 1 + lpro/src/main/webapp/page/visual/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lpro/src/main/webapp/page/devicedebug/index.html b/lpro/src/main/webapp/page/devicedebug/index.html index 57128b8..fd586c9 100644 --- a/lpro/src/main/webapp/page/devicedebug/index.html +++ b/lpro/src/main/webapp/page/devicedebug/index.html @@ -115,6 +115,7 @@ username: mqttUserName , password: mqttPassword , } + console.log('ws://'+document.domain+':8083/mqtt') client = mqtt.connect('ws://'+document.domain+':8083/mqtt', options) ; client.on('reconnect', function(error) { console.log("reconnect"); diff --git a/lpro/src/main/webapp/page/visual/index.html b/lpro/src/main/webapp/page/visual/index.html index 4522233..f0ce611 100644 --- a/lpro/src/main/webapp/page/visual/index.html +++ b/lpro/src/main/webapp/page/visual/index.html @@ -37,7 +37,7 @@ - +