fix(daily): opt
This commit is contained in:
@@ -70,17 +70,17 @@ const currentComponentList: MenuItem[] = [
|
||||
{
|
||||
title: "个人中心",
|
||||
url: "person",
|
||||
icon: "PersonalMenuIcon",
|
||||
icon: "PersonalCenterIcon",
|
||||
items: [
|
||||
{
|
||||
title: "个人看板",
|
||||
url: "dashboard",
|
||||
icon: "TaskMenuIcon",
|
||||
icon: "DashboardIcon",
|
||||
},
|
||||
{
|
||||
title: "个人日报",
|
||||
url: "report",
|
||||
icon: "AuthMenuIcon",
|
||||
icon: "ReportIcon",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -91,22 +91,22 @@ export const componentList: MenuItem[] = [
|
||||
{
|
||||
title: "图片标注",
|
||||
url: "image",
|
||||
icon: "SystemIcon",
|
||||
icon: "ImageAnnotationIcon",
|
||||
},
|
||||
{
|
||||
title: "视频标注",
|
||||
url: "video",
|
||||
icon: "SystemIcon",
|
||||
icon: "VideoAnnotationIcon",
|
||||
},
|
||||
{
|
||||
title: "点云标注",
|
||||
url: "lidar",
|
||||
icon: "LidarAnnotationIcon",
|
||||
},
|
||||
// {
|
||||
// title: "点云标注",
|
||||
// url: "pointcloud",
|
||||
// icon: "SystemIcon",
|
||||
// },
|
||||
{
|
||||
title: "管理中心",
|
||||
url: "mgt",
|
||||
icon: "SystemIcon",
|
||||
icon: "ManagementCenterIcon",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user