From c110295e9d7e87ec5012e37ad5ba2b38f745ccd3 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期五, 15 八月 2025 15:40:08 +0800 Subject: [PATCH] 优化线的逻辑 --- src/views/system/shootPoint/components/shootPointDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue index ebf11cc..f4fb7ff 100644 --- a/src/views/system/shootPoint/components/shootPointDialog.vue +++ b/src/views/system/shootPoint/components/shootPointDialog.vue @@ -228,12 +228,12 @@ //鐐瑰嚮鐖剁骇 const from = [data.children[0].longitude,data.children[0].latitude, data.children[0].height]; const to = [data.longitude,data.latitude, data.height]; - this.flyToAndLookAt(from, to); + // this.flyToAndLookAt(from, to); } else { //鐐瑰嚮瀛愮骇 const from = [data.longitude,data.latitude, data.height]; const to = [node.parent?.data?.longitude,node.parent?.data?.latitude, node.parent?.data?.height]; - this.flyToAndLookAt(from, to); + // this.flyToAndLookAt(from, to); } this.$refs.initMap.DealVisualCone(data,node) }, -- Gitblit v1.9.3