diff --git a/config/prod.env.js b/config/prod.env.js index 15ca78e..11e758d 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"http://127.0.0.1:8000/"' + BASE_API: '"https://iot.celex.cn:8000/"' }