From 278df3748a9308f57cf88ad07e5eb6c601d5284c Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 25 Aug 2025 11:39:49 +0800
Subject: [PATCH] Merge branch 'feature/v5.0/5.0.4' into test

---
 src/components/map-container/mapContainer.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/map-container/mapContainer.vue b/src/components/map-container/mapContainer.vue
index 839228b..7d4a24d 100644
--- a/src/components/map-container/mapContainer.vue
+++ b/src/components/map-container/mapContainer.vue
@@ -4,9 +4,9 @@
  * @LastEditors: shuishen 1109946754@qq.com
  * @LastEditTime: 2025-04-28 11:34:40
  * @FilePath: \drone-web-manage\src\components\map-container\mapContainer.vue
- * @Description: 
- * 
- * Copyright (c) 2024 by shuishen, All Rights Reserved. 
+ * @Description:
+ *
+ * Copyright (c) 2024 by shuishen, All Rights Reserved.
 -->
 <template>
     <div class="map-container">
@@ -105,7 +105,7 @@
 
     // 定位到点位
     const points = [[lng, lat]]  // 确保格式为二维数组
-    flyVisual(points, viewer, 4)
+    flyVisual({ positionsData:points, viewer })
 }
 
 /**
@@ -160,4 +160,4 @@
     width: 100%;
     height: 100%;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3