Commit 41cda9b6d78f03718131bf813328d8a83163728a

Authored by 李宇
1 parent f1dfce6d

最新

绿纤uni-app/common/config.js
@@ -10,8 +10,8 @@ const ENV_CONFIG = { @@ -10,8 +10,8 @@ const ENV_CONFIG = {
10 // 正式环境 10 // 正式环境
11 production: { 11 production: {
12 name: '正式环境', 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 // apiBaseUrl: 'http://lvqian.antissoft.com', 15 // apiBaseUrl: 'http://lvqian.antissoft.com',
16 description: '生产环境服务器' 16 description: '生产环境服务器'
17 } 17 }