From fb31c13336a25560cb878e20aa910580bdf365b4 Mon Sep 17 00:00:00 2001 From: shay7sev Date: Wed, 11 Mar 2026 16:21:29 +0800 Subject: [PATCH] fix(path): pointcloud -> lidar --- components/layout/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/common.ts b/components/layout/common.ts index c938579..1732b8c 100644 --- a/components/layout/common.ts +++ b/components/layout/common.ts @@ -42,7 +42,7 @@ export const componentList: MenuItem[] = [ }, { title: "点云标注", - url: "pointcloud", + url: "lidar", icon: "SystemIcon", }, {