派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-08 a7b7b5f1f85bd30b171e17056bf9ae9830fb36cb
src/components/panel/LegendPanel.vue
@@ -45,13 +45,6 @@
  methods: {
    // 图标 控制内容的展示与隐藏
    legendChange () {
      console.log(this.serviceLayers)
      this.serviceLayers.forEach((item) => {
        item.layers.forEach((itm) => {
          console.log(itm.legendImage)
        })
      })
      debugger
      this.isShow = !this.isShow
    }
  }