增加:环境切换 能力

This commit is contained in:
ZLI263
2025-11-28 10:13:03 +08:00
parent 3b1202e2d8
commit 1cf9a31793

8
common/env.js Normal file
View File

@@ -0,0 +1,8 @@
/**
* 环境配置文件
* apiEnv 可选:'local' | 'prod'
*/
export default {
apiEnv: 'local'
}