From cccb8d9da098dc2dc77527f09fd0decf992d2b91 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Mon, 21 Apr 2025 17:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwebsocket=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/version.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/version.vue b/src/views/version.vue index bef5097..49451dc 100644 --- a/src/views/version.vue +++ b/src/views/version.vue @@ -36,7 +36,7 @@ const uuid = () => { return uuid; } -let url = 'ws://' + window.location.host + ':' + window.location.port; +let url = 'ws://' + window.location.host; if (process.env.VUE_APP_BASE_URL) { url = 'ws://' + process.env.VUE_APP_BASE_URL.substring(7); }