From 14d6c180e4af073ddb33e0c07d7351530adec72c Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期六, 27 九月 2025 14:39:47 +0800
Subject: [PATCH] bugfix

---
 src/utils/components/init-map.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/components/init-map.vue b/src/utils/components/init-map.vue
index ac030b6..609691e 100644
--- a/src/utils/components/init-map.vue
+++ b/src/utils/components/init-map.vue
@@ -261,7 +261,7 @@
         pointGround: { lon: 0, lat: 0, height: 0 },
         pointFly: { lon: 0, lat: 0, height: 0 },
         rowData:null,
-        time: 10,
+        time: 5,
         takePhoto: '榛樿鍚嶇О',  // 鍒濆鏁版嵁
         newTakePhoto: '',  // 缂栬緫鏃剁殑鏂版暟鎹�
         isEditingPhoto: false,  // 鎺у埗鏄惁澶勪簬缂栬緫鐘舵��
@@ -1373,7 +1373,7 @@
       point.children[0].actions.push(action);
       console.log(point)
       this.$emit('dealAction',point)
-      this.time = 10
+      this.time = 5
       this.newTakePhoto = '榛樿鍚嶇О'
       this.newTakeVideo = '榛樿鍚嶇О'
       this.takeVideo = '榛樿鍚嶇О'

--
Gitblit v1.9.3