From d4015d72845f91057f1aac5f6b2bcd1707901f32 Mon Sep 17 00:00:00 2001 From: lejianwen <84855512@qq.com> Date: Wed, 20 Nov 2024 09:20:29 +0800 Subject: [PATCH] fix --- resources/web2/js/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/web2/js/dist/index.js b/resources/web2/js/dist/index.js index fe76f14..5986bf3 100644 --- a/resources/web2/js/dist/index.js +++ b/resources/web2/js/dist/index.js @@ -38990,7 +38990,7 @@ function z4(u, e = !1, i = 0) { const p = vn() ? "wss://" : "ws://" const domain = uriDomain(u) const uriport = uriPort(u) - if (vn() && (!uriport || uriport == '443')){ + if (vn() && (!uriport)){ return p + domain + "/ws/" + (e ? "relay" : "id"); }