增加:环境切换 能力
This commit is contained in:
8
common/env.js
Normal file
8
common/env.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* 环境配置文件
|
||||||
|
* apiEnv 可选:'local' | 'prod'
|
||||||
|
*/
|
||||||
|
export default {
|
||||||
|
apiEnv: 'local'
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user