派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-05 c4044fb60e53e5c83da4ee645d5160f914e422a3
src/views/MapTemplate.vue
@@ -12,6 +12,7 @@
<!--        <top-enterprise-panel></top-enterprise-panel>-->
        <tool-box-panel></tool-box-panel>
      <menu-special></menu-special>
      <legend-panel></legend-panel>
    </div>
</template>
@@ -27,10 +28,12 @@
import ToolBoxPanel from '@components/panel/ToolBoxPanel'
import Popup from '@views/popup/Popup'
import MenuSpecial from '@components/panel/MenuTopic'
import LegendPanel from '@components/panel/LegendPanel'
export default {
  name: 'MapTemplate',
  components: {
    LegendPanel,
    MenuSpecial,
    ToolBoxPanel,
    // TopEnterprisePanel,