mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-01-28 18:00:35 +00:00
fix
This commit is contained in:
2
resources/web2/js/dist/index.js
vendored
2
resources/web2/js/dist/index.js
vendored
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user