晚上管网分区优化页面
This commit is contained in:
15
src/app/(main)/network-partition-optimization/page.tsx
Normal file
15
src/app/(main)/network-partition-optimization/page.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import MapComponent from "@app/OlMap/MapComponent";
|
||||
import MapToolbar from "@app/OlMap/Controls/Toolbar";
|
||||
import ZonePropsPanel from "@components/olmap/ZonePropsPanel";
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="relative w-full h-full overflow-hidden">
|
||||
<MapComponent>
|
||||
<MapToolbar hiddenButtons={["style"]} />
|
||||
<ZonePropsPanel />
|
||||
</MapComponent>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user