智慧保安互联网APP
zengh
2021-08-12 497f2b3c4ab26e1f7df33809d1e2fa517273249b
初版集成
2 files modified
3 ■■■■ changed files
pages/videoCall/videoCall.nvue 2 ●●● patch | view | raw | blame | history
store/mutations.js 1 ●●●● patch | view | raw | blame | history
pages/videoCall/videoCall.nvue
@@ -281,7 +281,7 @@
                            setTimeout(res => {
                                // uni.navigateBack();
                                // console.log(111)
                                // that.join();
                                that.join();
                                console.log('成功进入')
                            }, 2000)
                        }
store/mutations.js
@@ -49,6 +49,7 @@
        console.log('登入数据传输成功  开始进入连接')
        
        uni.connectSocket({
            // url: 'ws://223.82.109.183:2086/websocket'
            url: 'ws://192.168.0.111:2086/websocket'
        });
        var socketOpen = false;