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

---
 store/mutations.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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