mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
[WEB]1.修改首页场站图标显示颜色不正确的问题,2.修改运行监控页面储能系统的运行模式和预制舱参数在页面切换时数据不显示问题
This commit is contained in:
@@ -57,5 +57,5 @@ text += ',\n' + read_sheet(wb, "Gateway_YC", "网关遥测")
|
||||
text += ',\n' + read_sheet(wb, "Gateway_YX", "网关遥信")
|
||||
text += ',\n' + read_sheet(wb, "Charger_YC", "充电桩遥测")
|
||||
|
||||
with open('regaddrs.json', 'w', encoding='utf-8') as f:
|
||||
with open('regaddrs-new.json', 'w', encoding='utf-8') as f:
|
||||
f.write("{\n" + text + "\n}")
|
||||
Reference in New Issue
Block a user