From 214d215b7307913f01ff54a1277ead42864ced4c Mon Sep 17 00:00:00 2001 From: ctw <1051735452@qq.com> Date: Fri, 30 Jan 2026 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E7=BA=BF?= =?UTF-8?q?=E6=AE=B5=E6=97=B6=E6=98=BE=E7=A4=BA=E5=8E=9F=E6=B5=8B=E8=B7=9D?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/cesiumMap/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/cesiumMap/index.vue b/ruoyi-ui/src/views/cesiumMap/index.vue index d5d0477..b51244f 100644 --- a/ruoyi-ui/src/views/cesiumMap/index.vue +++ b/ruoyi-ui/src/views/cesiumMap/index.vue @@ -2623,12 +2623,8 @@ export default { selectedLineEntity.positions = newPositions // 更新点数据 selectedLineEntity.points[pointIndex] = this.cartesianToLatLng(newPosition) - // 重新计算距离 + // 重新计算距离(只更新线段旁边的小框,不显示右下角弹窗) const length = this.calculateLineLength(selectedLineEntity.positions) - this.measurementResult = { - distance: length, - type: 'line' - } // 强制刷新地图渲染 this.viewer.scene.requestRender()