Files
smartDriveEEUniApp/common/env.js

9 lines
103 B
JavaScript

/**
* 环境配置文件
* apiEnv 可选:'local' | 'prod'
*/
export default {
apiEnv: 'local'
}