From d74a34044b2881e514ca36009f5d5d880fe59956 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 10:31:16 +0800
Subject: [PATCH] feat: 删除无用代码
---
applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue b/applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue
index 892bb01..c4f4197 100644
--- a/applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue
+++ b/applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue
@@ -55,7 +55,7 @@
import { useRunOnce } from '@/hooks'
import { decryptAES } from '@/utils/cryptoUtils'
import { useMqtt } from '@/hooks/controlDrone/useMqtt'
-import { analysisPointLineKmz } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
+import { analysisPointLineKmz } from '@/utils/cesium/pointWayLineUtils'
import { showToast } from 'vant'
const wsInfo = inject('wsInfo')
--
Gitblit v1.9.3