From 853873ddb35e8eeb42b1b1b9fdb247ba5b1f19d1 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 22 二月 2023 14:35:40 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB_NEW --- src/views/Synthesis/LeftMenu.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/Synthesis/LeftMenu.vue b/src/views/Synthesis/LeftMenu.vue index 8a56e5f..ebffc74 100644 --- a/src/views/Synthesis/LeftMenu.vue +++ b/src/views/Synthesis/LeftMenu.vue @@ -1214,9 +1214,7 @@ }, function (entity) { let positions = entity.polygon.hierarchy.getValue().positions; - console.log(positions); sgworld.Creator.SimpleGraphic.remove(entity.id); - window.DXTerrainFlattening = sgworld.Creator.createTerrainModifier("鍦板舰鍘嬪钩", positions, 10, {}); } ); @@ -1368,7 +1366,7 @@ window.sgworld.Command.execute(2, 3, '', (data) => { data.showPoint = false; data.showLine = true; - data.mode = 1; + data.mode = 0; // 寮圭獥鏁版嵁 window.PathAnimationData = { flyData: data, -- Gitblit v1.9.3