This commit is contained in:
2026-01-11 16:29:08 +08:00
parent 79ef9e8afc
commit c91072f442

View File

@@ -1,7 +1,7 @@
//开发环境 //开发环境
module.exports = { module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API: '"192.168.123.5"', BASE_API: '""',
DOMAIN: '"192.168.123.5"', DOMAIN: '""',
SOCKET_URL:'"ws://192.168.123.5:8326/"' SOCKET_URL: '"" + (window.location.protocol === "https:" ? "wss://" : "ws://") + window.location.host + "/ws"'
} }