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,10 +86,7 @@ const currentComponentList: MenuItem[] = [
}, },
] ]
const lidarList: MenuItem[] = const lidarList: MenuItem[] = [
process.env.NEXT_PUBLIC_ENV === "production"
? []
: [
{ {
title: "点云标注", title: "点云标注",
url: "lidar", url: "lidar",