完成后台所有功能

This commit is contained in:
monanxiao
2024-10-17 16:52:22 +08:00
parent 6b54fb10a2
commit 78426364f3
12 changed files with 128 additions and 145 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
export const menuListItem = [
{
title: "仪表盘",
title: "首页",
url: "/home",
icon: "HomeFilled",
},
@@ -12,7 +12,7 @@ export const menuListItem = [
icon: "Setting",
children: [
{
title: "首页",
title: "小程序首页",
url: "/homesite",
icon: "Menu",
},
@@ -66,7 +66,7 @@ export const menuListItem = [
icon: "Postcard",
children: [
{
title: "勘工程师",
title: "勘工程师",
url: "/reconnaissance",
icon: "Menu",
},