From eb57f944927e7b9ec6fc6a867b74330d23d67161 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期四, 29 五月 2025 15:12:27 +0800
Subject: [PATCH] change

---
 src/components/menu/CrossSectionalAnalysis.vue |    1 +
 src/components/menu/flowRate_waterLevel.vue    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/menu/CrossSectionalAnalysis.vue b/src/components/menu/CrossSectionalAnalysis.vue
index 1a27497..7d9a8b8 100644
--- a/src/components/menu/CrossSectionalAnalysis.vue
+++ b/src/components/menu/CrossSectionalAnalysis.vue
@@ -100,6 +100,7 @@
 const terrainHeight = viewer.scene.globe.getHeight(
 	Cesium.Cartographic.fromDegrees(midLon, midLat)
 );
+
 const cylinderBottomHeight = 0;
 const cylinderTopHeight = terrainHeight + 190;
 const cartesianBottom = viewer.scene.globe.ellipsoid.cartographicToCartesian(
diff --git a/src/components/menu/flowRate_waterLevel.vue b/src/components/menu/flowRate_waterLevel.vue
index 6135cae..de3a47a 100644
--- a/src/components/menu/flowRate_waterLevel.vue
+++ b/src/components/menu/flowRate_waterLevel.vue
@@ -188,6 +188,7 @@
 	});
 	pickedPoints.value = [];
 }
+
 defineExpose({
 	endCalculation,
 	stopPicking

--
Gitblit v1.9.3