移除优化分区页面

This commit is contained in:
2026-03-17 10:41:46 +08:00
parent e0ab4bf60d
commit e1e4664dec
4 changed files with 0 additions and 446 deletions
-9
View File
@@ -21,7 +21,6 @@ import { LiaNetworkWiredSolid } from "react-icons/lia";
import { TbDatabaseEdit, TbLocationPin, TbActivity } from "react-icons/tb";
import { LuReplace } from "react-icons/lu";
import { AiOutlineSecurityScan } from "react-icons/ai";
import { AiOutlinePartition } from "react-icons/ai";
import { MdWater, MdOutlineWaterDrop, MdCleaningServices } from "react-icons/md";
import {
MyLocation as MyLocationIcon,
@@ -228,14 +227,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
label: "管道冲洗",
},
},
{
name: "管网优化分区",
list: "/network-partition-optimization",
meta: {
icon: <AiOutlinePartition className="w-6 h-6" />,
label: "管网优化分区",
},
},
]}
options={{
syncWithLocation: true,