fix: 配置文件config.js变更

This commit is contained in:
TsMask
2025-03-25 11:21:47 +08:00
parent d5f744bffc
commit dc0379a581

View File

@@ -13,7 +13,7 @@
// baseUrl = protocol://ip:port
// baseUrl = 'http://192.168.8.100:33030';
const protocol = window.location.protocol
const wsprotocol = "ws:"
let wsprotocol = "ws:"
const hostname = window.location.hostname
let host = `${hostname}:33030`;
if (protocol === 'https:') {