域名转让香港公司后,修改API调用地址
This commit is contained in:
parent
bb99c3b765
commit
17c29088c3
|
@ -1,5 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"',
|
||||||
ENV_CONFIG: '"prod"',
|
ENV_CONFIG: '"prod"',
|
||||||
BASE_API: '"https://mosq.celex-iot.com:8000/"'
|
BASE_API: '"https://47.106.73.20:8000/"'
|
||||||
|
//BASE_API: '"https://mosq.celex-iot.com:8000/"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue