统一前后端地址配置加应用名demo

This commit is contained in:
chenbo 2021-05-14 16:51:12 +08:00
parent de2c4d6fbc
commit eed9736755
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_CONFIG: '"dep"', ENV_CONFIG: '"dep"',
BASE_API: '"http://localhost:8083/admin"' BASE_API: '"http://localhost:8083/demo/admin"'
} }

View File

@ -1,5 +1,5 @@
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_CONFIG: '"prod"', ENV_CONFIG: '"prod"',
BASE_API: '"https://www.xxx.com/manager"' BASE_API: '"https://www.xxx.com/demo/admin"'
} }