From c2bd6c37b4d75c0f97625bba207f1d550feec071 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期四, 23 二月 2023 09:45:56 +0800 Subject: [PATCH] 取消巡检默认视角不能改变 --- src/components/Screen/bottom.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Screen/bottom.vue b/src/components/Screen/bottom.vue index 0c8c667..4c7faa0 100644 --- a/src/components/Screen/bottom.vue +++ b/src/components/Screen/bottom.vue @@ -215,12 +215,12 @@ pos.push(1000) result.push(...pos) }) - console.log("line", position) + // console.log("line", position) window.sgworld.Creator.getFlyData(result, data => { data.showPoint = false data.showLine = true - data.mode = 1 + data.mode = 0 data.height = 5000 // 寮圭獥鏁版嵁 -- Gitblit v1.9.3