Browse Source

fix(webclient): port

lejianwen 11 months ago
parent
commit
7fa9b79f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/web2/js/dist/index.js

+ 1 - 1
resources/web2/js/dist/index.js

@@ -11093,7 +11093,7 @@ function getUriFromRs(uri, isRelay = false, roffset = 0) {
11093 11093
     if (!isHttps()) {
11094 11094
         // http 直接走端口
11095 11095
         const port = uriport ? parseInt(uriport) : defaultIdServerPort;
11096
-        return p + domain + ":" + (port + (isRelay ? roffset || 3 : 2))
11096
+        return p + domain + ":" + (port + (isRelay ? 3 : 2))
11097 11097
     }
11098 11098
     // https 分情况
11099 11099
     if (!window.location.port) {