fix: 更新配置文件中的主机端口号
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
const protocol = window.location.protocol
|
const protocol = window.location.protocol
|
||||||
let wsprotocol = "ws:"
|
let wsprotocol = "ws:"
|
||||||
const hostname = window.location.hostname
|
const hostname = window.location.hostname
|
||||||
let host = `${hostname}:33030`;
|
let host = `${hostname}:33080`;
|
||||||
if (protocol === 'https:') {
|
if (protocol === 'https:') {
|
||||||
host = `${hostname}:33443`;
|
host = `${hostname}:33443`;
|
||||||
wsprotocol = "wss:"
|
wsprotocol = "wss:"
|
||||||
|
|||||||
Reference in New Issue
Block a user