From b1ec910ae7c0c19f6afabafd3cb75722a6b059dd Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期三, 30 七月 2025 15:54:33 +0800
Subject: [PATCH] 鼠标缩放控制视锥体

---
 src/views/system/project/components/addPorjectDialog.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/system/project/components/addPorjectDialog.vue b/src/views/system/project/components/addPorjectDialog.vue
index d7fdb06..661d048 100644
--- a/src/views/system/project/components/addPorjectDialog.vue
+++ b/src/views/system/project/components/addPorjectDialog.vue
@@ -414,6 +414,11 @@
             latitude: airPoint.latitude,
             height: airPoint.height,
             isStartAndEndPoint: false,
+            coordinatePointReq: {
+                height: airPoint.children[0].height,
+                latitude:airPoint.children[0].latitude,
+                longitude: airPoint.children[0].longitude
+              }
           });
         });
       });

--
Gitblit v1.9.3