移除优化分区页面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user