Riku
2025-03-27 c7a16ca1b6fbcb0b82a4a09c2e75014624082e37
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 () {