| | |
| | | |
| | | <map-search-popup></map-search-popup> |
| | | |
| | | <house-deep-data-popup></house-deep-data-popup> |
| | | |
| | | <y-tool-tip></y-tool-tip> |
| | | |
| | | <assemble-box></assemble-box> |
| | |
| | | import activityPolicePopup from './components/activityPolicePopup.vue' |
| | | import videoListPopup from './components/videoListPopup.vue' |
| | | import mapSearchPopup from './components/mapSearchPopup.vue' |
| | | import houseDeepDataPopup from './components/houseDeepDataPopup.vue' |
| | | import yToolTip from './components/yToolTip.vue' |
| | | import createTools from '@/utils/tools/index' |
| | | |
| | | export default { |
| | | name: 'mapBox', |
| | | |
| | | components: { mapPopup, activityPolicePopup, videoListPopup, mapSearchPopup, yToolTip }, |
| | | components: { mapPopup, activityPolicePopup, videoListPopup, mapSearchPopup, houseDeepDataPopup, yToolTip }, |
| | | |
| | | data () { |
| | | return { |