From ebf577619ea6f9ab951f77bd7281f9f4fe7f3cff Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Tue, 27 Jan 2026 09:19:05 +0800 Subject: [PATCH] feat:弹窗小标题名称去除 --- 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