From 9eb8bb59b802ceef1f52d334c8e577f2bf02c90e Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Wed, 21 Jan 2026 15:12:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- applications/drone-command/src/components/map-container/common-cesium-map.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/applications/drone-command/src/components/map-container/common-cesium-map.vue b/applications/drone-command/src/components/map-container/common-cesium-map.vue index eec995b..3345c78 100644 --- a/applications/drone-command/src/components/map-container/common-cesium-map.vue +++ b/applications/drone-command/src/components/map-container/common-cesium-map.vue @@ -1,5 +1,5 @@ <template> - <div :id="mapId" class="common-cesium-map"></div> + <div :id="mapId" class="common-cesium-map" @contextmenu.prevent></div> </template> <script setup> -- Gitblit v1.9.3