统一前后端地址配置加应用名demo
This commit is contained in:
parent
de2c4d6fbc
commit
eed9736755
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
ENV_CONFIG: '"dep"',
|
||||
BASE_API: '"http://localhost:8083/admin"'
|
||||
BASE_API: '"http://localhost:8083/demo/admin"'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
ENV_CONFIG: '"prod"',
|
||||
BASE_API: '"https://www.xxx.com/manager"'
|
||||
BASE_API: '"https://www.xxx.com/demo/admin"'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue