fix: 修改接口
This commit is contained in:
@@ -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://"',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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://"',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user