fix: 修改接口

This commit is contained in:
2025-12-31 09:37:52 +08:00
parent 0e57c19027
commit b35964baf0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = { module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
ENV_CONFIG: '"dev"', ENV_CONFIG: '"dev"',
BASE_API: '"http://127.0.0.1"', BASE_API: '"http://124.222.155.209:9000"',
PROTOCOL:'"https://"', PROTOCOL:'"https://"',
} }

View File

@@ -1,6 +1,6 @@
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_CONFIG: '"prod"', ENV_CONFIG: '"prod"',
BASE_API: '"http://114.119.32.11:9000"', BASE_API: '"http://124.222.155.209:9000"',
PROTOCOL:'"https://"', PROTOCOL:'"https://"',
} }