From 47491118f742ae67a918797802b6bc48d800dc7e Mon Sep 17 00:00:00 2001 From: helloxujingliang <3225043@qq.com> Date: Fri, 8 Sep 2023 14:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=BE=AE=E5=8D=9Asocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 2924d7a..0024610 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,7 +25,7 @@ export default { }; }, mounted() { - // this.initWebSocket(); + this.initWebSocket(); }, methods: { initWebSocket() {