fix: 配置文件config.js变更

This commit is contained in:
TsMask
2025-03-24 15:02:12 +08:00
parent 665946c4c2
commit 96e728a1eb

View File

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