修复爆管分析方案创建时,时间向后偏移一分钟的问题;

This commit is contained in:
JIANG
2025-10-27 10:12:14 +08:00
parent 56d4b5cb46
commit d7e954aa78
3 changed files with 83 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ export default function Home() {
return (
<div className="relative w-full h-full overflow-hidden">
<MapComponent>
<MapToolbar />
<MapToolbar hiddenButtons={["style"]} />
<MonitoringPlaceOptimizationPanel />
</MapComponent>
</div>