From 4867ac0db2e48fac8e595ad78836cb2e92e3ca79 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期三, 18 十月 2023 15:22:13 +0800
Subject: [PATCH] 临时图层管理,在线制图

---
 src/views/plotting/attributeInfo.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/plotting/attributeInfo.vue b/src/views/plotting/attributeInfo.vue
index 5bd51cc..5b0795e 100644
--- a/src/views/plotting/attributeInfo.vue
+++ b/src/views/plotting/attributeInfo.vue
@@ -335,7 +335,6 @@
   var res = entity.value;
   var type = res.GeoType;
   entityType.value = type;
-  debugger
   switch (type) {
     case "label":
       showEntity.value.label = true;

--
Gitblit v1.9.3