lejianwen месяцев назад: 11
Родитель
Сommit
7fa9b79f31
1 измененных файлов с 1 добавлено и 1 удалено
  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
     if (!isHttps()) {
11093
     if (!isHttps()) {
11094
         // http 直接走端口
11094
         // http 直接走端口
11095
         const port = uriport ? parseInt(uriport) : defaultIdServerPort;
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
     // https 分情况
11098
     // https 分情况
11099
     if (!window.location.port) {
11099
     if (!window.location.port) {