Commit be315b3c by liangjianmin

chore(api): 切换环境配置为开发模式

将环境配置从生产模式更改为开发模式,以便于本地调试和测试。
parent e02bd1a1
Showing with 3 additions and 2 deletions
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
{ name: '深圳华云数智工业科技有限公司', value: 3 }, { name: '深圳华云数智工业科技有限公司', value: 3 },
{ name: '深圳市粤丰实工业有限公司', value: 9 }, { name: '深圳市粤丰实工业有限公司', value: 9 },
{ name: '深圳工品数字科技有限公司', value: 10 }, { name: '深圳工品数字科技有限公司', value: 10 },
{ name: '深圳市猎芯技术有限公司', value: 7 } { name: '深圳市猎芯技术有限公司', value: 7 },
{ name: '深圳市易天下电子有限公司', value: 13 }
], ],
name: '', name: '',
passwd: '', passwd: '',
......
// 环境配置:'production' 正式环境 | 'development' 测试环境 // 环境配置:'production' 正式环境 | 'development' 测试环境
const ENV = 'production'; const ENV = 'development';
// 环境配置映射 // 环境配置映射
var ENV_CONFIG = { var ENV_CONFIG = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment