|
@@ -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 ? roffset || 3 : 2))
|
|
11097
|
}
|
11097
|
}
|
|
11098
|
// https 分情况
|
11098
|
// https 分情况
|
|
11099
|
if (!window.location.port) {
|
11099
|
if (!window.location.port) {
|