修改抄表记录峰谷不显示的问题

This commit is contained in:
2025-06-17 17:30:51 +08:00
parent a36faa9bcb
commit 7bd4da3c84
5 changed files with 44 additions and 11 deletions

View File

@@ -45,8 +45,8 @@ 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/wxApi"
// api = "http://127.0.0.1:4523/m1/4143821-0-default"
break;