修正开发环境和远程生产环境切换的bug。

This commit is contained in:
zhonghua1
2025-12-22 21:05:25 +08:00
parent 77ce611583
commit 484216ed65
3 changed files with 15 additions and 17 deletions

View File

@@ -3,6 +3,6 @@
* apiEnv 可选:'local' | 'prod'
*/
export default {
apiEnv: 'prod'
apiEnv: 'local'
}