再再再次构建

This commit is contained in:
2026-01-11 16:15:07 +08:00
parent 0cf9b12db6
commit 79ef9e8afc
19 changed files with 22 additions and 22 deletions

View File

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