wkw пре 6 месеци
родитељ
комит
16d9a70629
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

@@ -44,7 +44,7 @@
 			}
 			const userId = localStorage.getItem('userId');
 			// 连接websocket
-			this.connectSocket(userId);
+			// this.connectSocket(userId);
 			
 		},
 		beforeDestroy() {