src/views/MapTemplate.vue
@@ -13,6 +13,7 @@ <tool-box-panel ref="toolBox"></tool-box-panel> <menu-special></menu-special> <legend-panel></legend-panel> <enterprise></enterprise> </div> </template> @@ -29,10 +30,12 @@ import Popup from '@views/popup/Popup' import MenuSpecial from '@components/panel/MenuTopic' import LegendPanel from '@components/panel/LegendPanel' import Enterprise from '../components/table/enterprise' export default { name: 'MapTemplate', components: { Enterprise, LegendPanel, MenuSpecial, ToolBoxPanel,