From cd174721732d4bfda96547f174304b3ee700928f Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Tue, 1 Jul 2025 15:24:39 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E8=B7=AF=E7=BA=BF?= =?UTF-8?q?=E5=8F=B3=E5=87=BB=E8=87=AA=E5=AE=9A=E4=B9=89=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=EF=BC=8C=E6=8C=89=E7=85=A7=E5=BC=80=E5=A7=8B=E7=82=B9=E5=92=8C?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E7=82=B9=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E3=80=81=E5=8F=B3=E4=B8=8B=E3=80=81=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E3=80=81=E5=B7=A6=E4=B8=8B=E7=9B=B4=E8=A7=92=E6=8B=90?= =?UTF-8?q?=E8=A7=92=202=E3=80=81=E7=82=B9=E5=87=BB=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=AE=9E=E9=99=85=E4=BD=8D=E7=BD=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=82=B9=E5=87=BB=E5=88=B0=E8=8A=82=E7=82=B9=E5=88=99?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E8=8A=82=E7=82=B9=E7=9A=84=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mapPage/realTimeMap/editMap.vue | 161 +++++++++++++++++++++- 1 file changed, 159 insertions(+), 2 deletions(-) diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue index 36dd60cf..5022232e 100644 --- a/src/views/mapPage/realTimeMap/editMap.vue +++ b/src/views/mapPage/realTimeMap/editMap.vue @@ -497,6 +497,7 @@
@@ -700,6 +701,7 @@ :stroke="curve.isSelected ? '#f48924' : '#2d72d9'" :stroke-width="state.routeWidthForm.routeWidth" @click="(e) => handleChooseRoute(curve, index, 'line', e)" + @contextmenu="handleCurveContextMenu(curve, index, $event)" /> -