From 5f35a4891178ece4fc611ecb515610841abe0f43 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 21 Nov 2023 17:22:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/demo' into demo
---
src/components/GMap.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index 9ca136d..082074c 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -1240,6 +1240,7 @@
watch(() => openDroneControl.value, (is: boolean) => {
if (!is) {
cesium.removeById('rangeEllipse')
+ cesium.removeAllDataSource()
return
}
// 设置无人机范围
--
Gitblit v1.9.3