diff --git a/config/prod.env.js b/config/prod.env.js index c8b83e6..d023f1a 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,8 +1,8 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - // BASE_API: '"http://111.198.10.15:11302/smartwell"', - BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', + BASE_API: '"http://111.198.10.15:11302/smartwell"', + // BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', // BASE_API: '"http://111.198.10.15:8098/smartwell"', // BASE_API: '"http://106.74.146.218:2031"', }