域名转让香港公司后,修改API调用地址

This commit is contained in:
vijay-huang 2021-12-14 14:10:22 +08:00
parent bb99c3b765
commit 17c29088c3
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
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/"'
}