riku
2025-06-05 16eb4bd55a4fd61ddd7a171b1a07378c45d1665b
src/components/map/MapToolbox.vue
@@ -39,6 +39,15 @@
      toolItem: [
        {
          icon: 'fa fa-map-signs',
          label: '行政区划',
          value: false,
          click: function () {
            this.value = !this.value;
            toolbox.toggleDistrict(this.value);
          }
        },
        {
          icon: 'fa fa-map-signs',
          label: '地物标注',
          value: false,
          click: function () {