From 497f2b3c4ab26e1f7df33809d1e2fa517273249b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 12 Aug 2021 20:39:49 +0800
Subject: [PATCH] 初版集成

---
 pages/videoCall/videoCall.nvue |    2 +-
 store/mutations.js             |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/videoCall/videoCall.nvue b/pages/videoCall/videoCall.nvue
index aabcb66..e1d19c5 100644
--- a/pages/videoCall/videoCall.nvue
+++ b/pages/videoCall/videoCall.nvue
@@ -281,7 +281,7 @@
 							setTimeout(res => {
 								// uni.navigateBack();
 								// console.log(111)
-								// that.join();
+								that.join();
 								console.log('成功进入')
 							}, 2000)
 						}
diff --git a/store/mutations.js b/store/mutations.js
index a1b99cd..4052523 100644
--- a/store/mutations.js
+++ b/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;

--
Gitblit v1.9.3