fix(common): add lidar

This commit is contained in:
zhangheng
2026-04-28 18:08:20 +08:00
parent 2e33b6fd7e
commit a879b404b6

View File

@@ -86,16 +86,13 @@ const currentComponentList: MenuItem[] = [
},
]
const lidarList: MenuItem[] =
process.env.NEXT_PUBLIC_ENV === "production"
? []
: [
{
title: "点云标注",
url: "lidar",
icon: "LidarAnnotationIcon",
},
]
const lidarList: MenuItem[] = [
{
title: "点云标注",
url: "lidar",
icon: "LidarAnnotationIcon",
},
]
export const componentList: MenuItem[] = [
...currentComponentList,