修改了开户的时候无法关掉选择的问题,电量图表的错位问题

This commit is contained in:
2025-03-31 16:48:06 +08:00
parent 32b7dbc38c
commit 721937fa5b
8 changed files with 85 additions and 12 deletions

View File

@@ -45,9 +45,9 @@ export function getConfigByEnv() {
switch (envVersion) {
// 开发版
case 'develop':
api = "http://localhost:8000"
// api = "https://zgd.hbhcbn.com/api3"
// api = "http://localhost:8000"
// api = "https://zgd.hbhcbn.com/api3"
api = "https://zgd.hbhcbn.com/api3"
// api = "https://zgd.hbhcbn.com/wxApi"
// api = "http://127.0.0.1:4523/m1/4143821-0-default"
break;