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 @@ - +