完成后台所有功能
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user