From da5600a13f910c29da17212f8c1c73e0d96d4f9b Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 26 Jan 2026 15:08:10 +0800
Subject: [PATCH] feat: 拒绝验收
---
applications/drone-command/src/components/map-container/common-cesium-map.vue | 4 ++--
1 files changed, 2 insertions(+), 2 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 d721b4f..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>
@@ -42,7 +42,7 @@
},
zoomToBoundary: {
type: Boolean,
- default: false,
+ default: true,
},
enableStageEmit: {
type: Boolean,
--
Gitblit v1.9.3