完成管道冲洗功能页面;调整水质模拟默认pattern;调整sidebar菜单名;

This commit is contained in:
JIANG
2026-02-05 17:38:23 +08:00
parent f89e43eee2
commit 4fbe845015
9 changed files with 1264 additions and 6 deletions

View File

@@ -2,12 +2,14 @@
import MapComponent from "@app/OlMap/MapComponent";
import MapToolbar from "@app/OlMap/Controls/Toolbar";
import FlushingAnalysisPanel from "@/components/olmap/FlushingAnalysis/FlushingAnalysisPanel";
export default function Home() {
return (
<div className="relative w-full h-full overflow-hidden">
<MapComponent>
<MapToolbar queryType="scheme" />
<FlushingAnalysisPanel />
</MapComponent>
</div>
);