From 1f20c183842386509e4f3324d7025957c46dfab3 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 4 Jul 2024 13:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index f70f36d..9c13d9a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -179,9 +179,9 @@ function initWebSocket(wsUrl = import.meta.env.VITE_API_WSS) { }) // 连接已关闭或无法打开 - ws.value.addEventListener('WebSocket.CLOSED', function () { + // ws.value.addEventListener('WebSocket.CLOSED', function () { - }) + // }) // 接收消息 // ws.value.onmessage = function (e) {