wangjuncheng
2025-05-08 db07d86f01f19683d7adb263139159ffe1e0c9bf
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);