From 356c5930e8bb7d36e1c01fe99606b00e4c0ea070 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 12 Aug 2021 15:12:45 +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 f9870da..9fcaae0 100644
--- a/store/mutations.js
+++ b/store/mutations.js
@@ -46,6 +46,7 @@
 			state.puserID = data.userID;
 			state.avatar = data.avatar;
 		}
+		console.log('登入数据传输成功  开始进入连接')
 		
 		uni.connectSocket({
 			url: 'ws://192.168.0.111:9034/websocket'

--
Gitblit v1.9.3