From a387773aac0c0d54dc5211468555638ed0d85610 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期二, 27 五月 2025 11:19:03 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb

---
 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