From 7fa9b79f318cf45dc591531da8a833d9bc3793d4 Mon Sep 17 00:00:00 2001 From: lejianwen <84855512@qq.com> Date: Sun, 16 Feb 2025 14:11:36 +0800 Subject: [PATCH] fix(webclient): port --- 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 3743c81..f886d87 100644 --- a/resources/web2/js/dist/index.js +++ b/resources/web2/js/dist/index.js @@ -11093,7 +11093,7 @@ function getUriFromRs(uri, isRelay = false, roffset = 0) { if (!isHttps()) { // http 直接走端口 const port = uriport ? parseInt(uriport) : defaultIdServerPort; - return p + domain + ":" + (port + (isRelay ? roffset || 3 : 2)) + return p + domain + ":" + (port + (isRelay ? 3 : 2)) } // https 分情况 if (!window.location.port) {