From 78ba7aa69df84a94e183c31934c004fab2523ef4 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 15 Sep 2024 23:01:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=BC=95=E5=85=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liveCall/LiveCallItem.vue | 2 +- src/views/home/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/liveCall/LiveCallItem.vue b/src/components/liveCall/LiveCallItem.vue index ab3d6eb..c15e836 100644 --- a/src/components/liveCall/LiveCallItem.vue +++ b/src/components/liveCall/LiveCallItem.vue @@ -146,7 +146,7 @@ const initWebSocket = () => { console.log("ws连接失败"); } } -// initWebSocket() +initWebSocket() diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 859dd4e..292d197 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -14,8 +14,8 @@