From dc0379a581c464a3cbff9847cfe7fa2b24111bfc Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Mar 2025 11:21:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6conf?= =?UTF-8?q?ig.js=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/default/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/default/config.js b/public/default/config.js index a8c20175..2b68f927 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -13,7 +13,7 @@ // baseUrl = protocol://ip:port // baseUrl = 'http://192.168.8.100:33030'; const protocol = window.location.protocol - const wsprotocol = "ws:" + let wsprotocol = "ws:" const hostname = window.location.hostname let host = `${hostname}:33030`; if (protocol === 'https:') {