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