From b37f21cba5e8b55727ecac4654562e606e9248ab Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 6 Feb 2025 16:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws=E8=AF=B7=E6=B1=82=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/update/CinemaUpdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/update/CinemaUpdate.vue b/src/components/update/CinemaUpdate.vue index 7100cee..8daa24f 100644 --- a/src/components/update/CinemaUpdate.vue +++ b/src/components/update/CinemaUpdate.vue @@ -42,7 +42,7 @@ const createWs = () => { console.log(ws) if (!ws) { console.log("建立ws连接") - ws = new WebSocket(config.baseWS + "/ws/update/") + ws = new WebSocket(config.direct.baseWS + "/ws/update/") ws.onopen = wsOpen ws.onmessage = wsMessage ws.onerror = wsError