From d4d5d48934c3c9647ae73eb2e61cd6bd5a8bba69 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Fri, 22 Mar 2024 08:46:13 +0800
Subject: [PATCH] update

---
 src/components/GMap.vue |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index 8b0fbc7..ea0312a 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -848,12 +848,9 @@
           :payloads="osdVisible.payloads">
         </DroneControlPanel>
       </div>
-      <!-- <waylineTool /> -->
       <routeProfile />
     </div>
-    <div class="event-wrapper" v-if="false">
-      <eventEdit />
-    </div>
+    <eventEdit />
   </div>
 </template>
 
@@ -927,7 +924,6 @@
 import Cesium from './cesiumMap/cesium.vue'
 import { convertTimestampToDate } from '/@/utils/time'
 import { cesiumOperation } from '/@/hooks/use-cesium-tsa'
-import waylineTool from './waylinetool/index.vue'
 import routeProfile from './waylinetool/route-profile.vue'
 export default defineComponent({
   components: {
@@ -954,7 +950,6 @@
     CarryOutOutlined,
     RocketOutlined,
     DesktopOutlined,
-    waylineTool,
     routeProfile,
     eventEdit
   },
@@ -970,6 +965,7 @@
       label: string
       more?: any
     }
+
     // 打开飞行控制
     const openDroneControl = ref(false)
     const root = getRoot()
@@ -1640,7 +1636,7 @@
       aircrafIndex,
       airPortOption,
       controlStatus,
-      convertTimestampToDate,
+      convertTimestampToDate
     }
   },
 })
@@ -1651,10 +1647,6 @@
 .map-container {
   height: 100%;
   display: flex;
-  .event-wrapper {
-    width: 350px;
-    height: 100%;
-  }
 }
 
 .g-map-wrapper {

--
Gitblit v1.9.3