From 9072ac9df972f3f6388c3acbe6d6e351eba11665 Mon Sep 17 00:00:00 2001
From: wulitaotao <547306458@qq.com>
Date: 星期三, 22 二月 2023 13:27:32 +0800
Subject: [PATCH] 1:100行政图重复

---
 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 6a322a5..d95977c 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