From df8f75e16f1aea95e401cbc38b86bc12ab1b8502 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 1 Apr 2025 18:33:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E4=B8=BB=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=8F=B7?= 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 2b68f927..95d921c3 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -15,7 +15,7 @@ const protocol = window.location.protocol let wsprotocol = "ws:" const hostname = window.location.hostname - let host = `${hostname}:33030`; + let host = `${hostname}:33080`; if (protocol === 'https:') { host = `${hostname}:33443`; wsprotocol = "wss:"