From 206a737eaec3d920f3bce764fdff0fc8652e9b0a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 11 Sep 2025 15:32:52 +0800
Subject: [PATCH] feat:完成空域规划类型

---
 src/views/monitor/log/flight.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/log/flight.vue b/src/views/monitor/log/flight.vue
index 3168b39..d16be37 100644
--- a/src/views/monitor/log/flight.vue
+++ b/src/views/monitor/log/flight.vue
@@ -68,7 +68,7 @@
 	</el-dialog>
 </template>
 <script setup>
-import { getHistoryTrack } from '@/api/log';
+// import { getHistoryTrack } from '@/api/log';
 
 const total = ref(0)
 const params = ref({

--
Gitblit v1.9.3