智慧保安互联网APP
zengh
2021-08-12 0d71467c247a530b2fe9ddb5ffc46c807cdc8585
初版集成
2 files modified
4 ■■■■ changed files
pages/groupChat/groupChat.vue 2 ●●● patch | view | raw | blame | history
store/mutations.js 2 ●●● 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) {