前后端访问应用名统一调整。避免不看配置踩坑

This commit is contained in:
chenbo 2020-06-20 21:21:46 +08:00
parent 9c226fb05a
commit e209aefe2c
1 changed files with 1 additions and 1 deletions

View File

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