From fef12378282c0a8cf44411b079ac20ad4f397817 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期五, 23 五月 2025 16:56:48 +0800
Subject: [PATCH] 修改比较多

---
 src/utils/tools.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/utils/tools.js b/src/utils/tools.js
index 488ee6c..e94c5db 100644
--- a/src/utils/tools.js
+++ b/src/utils/tools.js
@@ -170,7 +170,6 @@
   CreateLabel(pic, show) {
     if (show) {
       earthCtrl.factory.createSimpleGraphic(pic, {}, function (entity) {
-        console.log(entity.polyline.positions.getValue(), "entity");
         window.Viewer = earthCtrl.viewer;
         //寮�鍚紪杈戝苟鍚敤灞炴�у脊绐�
         earthCtrl.factory.SimpleGraphic.edit(true, {
@@ -300,7 +299,7 @@
         polyline: Cesium.Color.fromCssColorString("#ffff0050"),
         polygon: Cesium.Color.fromCssColorString("#ffff0050"),
       },
-      (e) => {}
+      (e) => { }
     );
   },
   qxcl() {
@@ -310,7 +309,7 @@
         polyline: Cesium.Color.fromCssColorString("#ffff0050"),
         polygon: Cesium.Color.fromCssColorString("#ffff0050"),
       },
-      (e) => {}
+      (e) => { }
     );
   },
   fwjcl() {
@@ -320,7 +319,7 @@
         polyline: Cesium.Color.fromCssColorString("#ffff0050"),
         polygon: Cesium.Color.fromCssColorString("#ffff0050"),
       },
-      (e) => {}
+      (e) => { }
     );
   },
   // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>鍦烘櫙鎴浘<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@ -930,7 +929,7 @@
     };
     this.analysisFlood = earthCtrl.analysis.createSubmergence(
       method,
-      (value) => {}
+      (value) => { }
     );
   },
   clearFlood() {

--
Gitblit v1.9.3