智慧保安互联网APP
zengh
2021-08-12 0d71467c247a530b2fe9ddb5ffc46c807cdc8585
store/mutations.js
@@ -49,7 +49,7 @@
      console.log('登入数据传输成功  开始进入连接')
      
      uni.connectSocket({
         url: 'ws://http://223.82.109.183:2086/websocket'
         url: 'ws://192.168.0.111:2086/websocket'
      });
      var socketOpen = false;
      uni.onSocketOpen(function(res) {