修复路由文件命名

This commit is contained in:
monanxiao
2024-10-11 09:15:43 +08:00
parent 2101e6065d
commit 3be482c569
5 changed files with 174 additions and 11 deletions
+3 -3
View File
@@ -40,7 +40,7 @@ let menuList = [
},
{
title: "订单管理",
url: "/scheduling",
url: "/order",
icon: "ShoppingCart",
},
{
@@ -55,12 +55,12 @@ let menuList = [
},
{
title: "勘察人员",
url: "/reconnaissance",
url: "/reconnaissanceList",
icon: "Menu",
},
{
title: "维修人员",
url: "/maintain",
url: "/maintainList",
icon: "Menu",
},
]