This commit is contained in:
2026-01-11 16:28:59 +08:00
parent b345173e45
commit bb1a581e03
11 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"192.168.123.5"',
PROTOCOL:'"https://"',
BASE_API: '""',
PROTOCOL: '"" + window.location.protocol + "//"',
}