| pages/groupChat/groupChat.vue | ●●●●● patch | view | raw | blame | history | |
| store/mutations.js | ●●●●● patch | view | raw | blame | history |
pages/groupChat/groupChat.vue
@@ -175,7 +175,7 @@ }) }else if(this.current == 2){ uni.request({ url:"http://223.82.109.183:2080/api/blade-user/pages?current=1&size=9999", url:"http://223.82.109.183:2080/api/blade-user/page?current=1&size=9999", method:"get", data:{ senderId: WxStorage.get("ids") 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) {