From 0b906280ec163a3e80364e091550d8462db6b9f9 Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期四, 28 八月 2025 17:25:25 +0800
Subject: [PATCH] 更改默认值

---
 src/views/system/shootPoint/components/shootPointDialog.vue |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue
index f60d32f..eed0225 100644
--- a/src/views/system/shootPoint/components/shootPointDialog.vue
+++ b/src/views/system/shootPoint/components/shootPointDialog.vue
@@ -144,10 +144,6 @@
         form:{},
         deviceData:null,
         activeName: 'first',
-        totalDistance: 3054.9,
-        totalTime: '5m 56s',
-        totalPoints: 11,
-        totalPhotos: 3,
         waypoints:[],
         selectedIndex:null,
         chooseItem: null,
@@ -223,7 +219,7 @@
         Cesium.Matrix4.inverseTransformation(transform, new Cesium.Matrix4()),
         direction,
         new Cesium.Cartesian3()
-      );
+      ); 
       Cesium.Cartesian3.normalize(directionLocal, directionLocal);
       return Math.asin(directionLocal.z); // z杞村悜涓�
     },
@@ -504,7 +500,7 @@
           const groundA = result[i];
           const raisedA = {
             id: this.generateId(),
-            label: groundA.label+ "-鍔犻珮111",
+            label: groundA.label+ "-鍔犻珮",
             longitude: groundA.longitude,
             latitude: groundA.latitude,
             height: groundA.height,
@@ -512,8 +508,9 @@
               {
                 ...pointA,
                 id: this.generateId(),
-                label: pointA.label + "-鍔犻珮2222",
-                height: pointA.height + 50,
+                label: pointA.label + "-鍔犻珮",
+                // height: pointA.height + 50,
+                height: pointA.height  + (towerHeight  - pointA.height  +  20),
                 actions:[]
               }
             ]
@@ -532,8 +529,8 @@
               {
                 ...pointB,
                 id: this.generateId(),
-                label: pointB.label + "-鍔犻珮3333",
-                height: pointB.height + 50,
+                label: pointB.label + "-鍔犻珮",
+                height: pointB.height  + (towerHeight  - pointB.height  +  20),
                 actions:[]
               }
             ]
@@ -977,13 +974,13 @@
   height: 36px;
   line-height: 36x;
   transition: transform 0.2s;
-  font-size: 24px; 
+  font-size: 22px; 
 
 }
 
 
 .waypoint-header .waypoint-index {
-  font-size: 24px;
+  font-size: 22x;
 }
 .rotated {
   transform: rotate(-90deg);

--
Gitblit v1.9.3