From db07d86f01f19683d7adb263139159ffe1e0c9bf Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 08 五月 2025 14:49:59 +0800 Subject: [PATCH] change --- src/components/tools/LayerTree.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue index 6204585..0ced3a5 100644 --- a/src/components/tools/LayerTree.vue +++ b/src/components/tools/LayerTree.vue @@ -263,7 +263,7 @@ districtList.value.forEach((item) => { item.showBillboard = true; item.className = "district"; - item.type = "娉ョ煶娴�"; + // item.type = "娉ョ煶娴�"; //鏁版嵁icon璁剧疆 const entity = createPoint(item); entity.show = false; list.push(entity); -- Gitblit v1.9.3