Merge commit 'c4a3de0a84d1bc352376915b41032768b8dcd492' into zh
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user