Commit aa5e8be6194f7baf79e2c11fb7c2118ab987bf98
1 parent
41bc1790
最新
Showing
1 changed file
with
2 additions
and
2 deletions
绿纤uni-app/common/config.js
| ... | ... | @@ -10,8 +10,8 @@ const ENV_CONFIG = { |
| 10 | 10 | // 正式环境 |
| 11 | 11 | production: { |
| 12 | 12 | name: '正式环境', |
| 13 | - // apiBaseUrl: 'http://erp_test.lvqianmeiye.com', | |
| 14 | - apiBaseUrl: 'https://erp.lvqianmeiye.com', | |
| 13 | + apiBaseUrl: 'http://erp_test.lvqianmeiye.com', | |
| 14 | + // apiBaseUrl: 'https://erp.lvqianmeiye.com', | |
| 15 | 15 | // apiBaseUrl: 'http://lvqian.antissoft.com', |
| 16 | 16 | description: '生产环境服务器' |
| 17 | 17 | } | ... | ... |