From 10df768c2d79c08a16be8cd4ba345f725e50ef9d Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 8 Dec 2025 17:30:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(context-menu):=20=E5=B0=86=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E5=8F=82=E6=95=B0=E4=BB=8E=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=94=B9=E4=B8=BAID=E4=BB=A5=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=90=8E=E7=AB=AF=E6=AD=A3=E7=A1=AE=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/context-menu/point-menu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/context-menu/point-menu.vue b/src/components/context-menu/point-menu.vue index 55e6494..961bd3e 100644 --- a/src/components/context-menu/point-menu.vue +++ b/src/components/context-menu/point-menu.vue @@ -109,7 +109,7 @@ const handleRobotSelected = async (data: { robot: RobotInfo; targetPointName: st const result = await executeNavigateToPoint( pointInfo.value.id, pointInfo.value.name, - data.robot.label, + data.robot.id, data.robot.label );