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,