默认提交
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ let ENV_CONFIG = require('./env/index'); | ... | @@ -2,7 +2,7 @@ let ENV_CONFIG = require('./env/index'); | 
| 2 | 2 | ||
| 3 | const APPID = '' | 3 | const APPID = '' | 
| 4 | /** ====每次发布版本记得修改此环境配置==== */ | 4 | /** ====每次发布版本记得修改此环境配置==== */ | 
| 5 | const ENV = 'Dev'; // Dev Prod | 5 | const ENV = 'Prod'; // Dev Prod | 
| 6 | const NET_CONFIG = ENV_CONFIG[ENV]; | 6 | const NET_CONFIG = ENV_CONFIG[ENV]; | 
| 7 | const MOCKAPI = ENV_CONFIG.mockApi; | 7 | const MOCKAPI = ENV_CONFIG.mockApi; | 
| 8 | 8 | ... | ... | 
| ... | @@ -11,7 +11,8 @@ module.exports = { | ... | @@ -11,7 +11,8 @@ module.exports = { | 
| 11 | baseApi: 'https://slave-api.xxx.com' | 11 | baseApi: 'https://slave-api.xxx.com' | 
| 12 | }, | 12 | }, | 
| 13 | Prod: { | 13 | Prod: { | 
| 14 | baseApi: 'https://api.k.wxpai.cn/bizproxy/xxx', | 14 | baseApi: 'https://api.qi.kdao.xin/kd_jyes_api/minipro', | 
| 15 | // baseApi: 'https://api.k.wxpai.cn/bizproxy/xxx', | ||
| 15 | commonApi: 'https://api.k.wxpai.cn/bizproxy' | 16 | commonApi: 'https://api.k.wxpai.cn/bizproxy' | 
| 16 | } | 17 | } | 
| 17 | } | 18 | } | ... | ... | 
- 
Please register or sign in to post a comment