diff --git a/components/layout/common.ts b/components/layout/common.ts index f2e5fb9..967c811 100644 --- a/components/layout/common.ts +++ b/components/layout/common.ts @@ -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,