完成账单用电初始版本(未联调)

This commit is contained in:
2024-04-29 17:26:51 +08:00
parent 8d0f1931a9
commit 9c717eeb80
21 changed files with 374 additions and 32 deletions

View File

@@ -45,8 +45,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':