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