diff --git a/src/app/_refine_context.tsx b/src/app/_refine_context.tsx index b7f1441..9eece2b 100644 --- a/src/app/_refine_context.tsx +++ b/src/app/_refine_context.tsx @@ -182,15 +182,6 @@ const App = (props: React.PropsWithChildren) => { label: "爆管模拟", }, }, - { - name: "爆管定位", - list: "/hydraulic-simulation/burst-location", - meta: { - parent: "Hydraulic Simulation", - icon: , - label: "爆管定位", - }, - }, { name: "爆管侦测", list: "/hydraulic-simulation/burst-detection", @@ -200,6 +191,15 @@ const App = (props: React.PropsWithChildren) => { label: "爆管侦测", }, }, + { + name: "爆管定位", + list: "/hydraulic-simulation/burst-location", + meta: { + parent: "Hydraulic Simulation", + icon: , + label: "爆管定位", + }, + }, { name: "DMA 漏损识别", list: "/hydraulic-simulation/dma-leak-detection",