fix(layout): common
This commit is contained in:
@@ -12,12 +12,12 @@ const currentComponentList: MenuItem[] = [
|
||||
{
|
||||
title: "图片标注",
|
||||
url: "project",
|
||||
icon: "SystemIcon",
|
||||
icon: "ImageAnnotationIcon",
|
||||
items: [
|
||||
{
|
||||
title: "我的项目",
|
||||
url: "own",
|
||||
icon: "PersonalMenuIcon",
|
||||
icon: "MyProjectsIcon",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -27,23 +27,23 @@ export const componentList: MenuItem[] = [
|
||||
{
|
||||
title: "个人中心",
|
||||
url: "person",
|
||||
icon: "PersonalMenuIcon",
|
||||
icon: "PersonalCenterIcon",
|
||||
},
|
||||
...currentComponentList,
|
||||
{
|
||||
title: "视频标注",
|
||||
url: "video",
|
||||
icon: "SystemIcon",
|
||||
icon: "VideoAnnotationIcon",
|
||||
},
|
||||
{
|
||||
title: "点云标注",
|
||||
url: "lidar",
|
||||
icon: "LidarAnnotationIcon",
|
||||
},
|
||||
// {
|
||||
// title: "点云标注",
|
||||
// url: "lidar",
|
||||
// icon: "SystemIcon",
|
||||
// },
|
||||
{
|
||||
title: "管理中心",
|
||||
url: "mgt",
|
||||
icon: "SystemIcon",
|
||||
icon: "ManagementCenterIcon",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user