修改本地请求地址

This commit is contained in:
2024-03-21 10:24:06 +08:00
parent c102434221
commit e07641732f
909 changed files with 2 additions and 22854 deletions

View File

@@ -43,8 +43,8 @@ export function getConfigByEnv() {
switch (envVersion) {
// 开发版
case 'develop':
// api = "http://localhost:8000"
api = "http://127.0.0.1:4523/m1/4143821-0-default"
api = "http://localhost:8000"
// api = "http://127.0.0.1:4523/m1/4143821-0-default"
break;
// 体验版
case 'trial':