fix(layout): common

This commit is contained in:
zhangheng
2026-04-11 17:38:26 +08:00
parent fe1182cb55
commit d68dd75be5
2 changed files with 43 additions and 23 deletions

View File

@@ -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",
},
]