| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 17:00:30 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-03-08 09:47:02 |
| | | * @LastEditTime: 2023-03-09 10:50:09 |
| | | * @FilePath: \srs-police-affairs\src\components\map\index.vue |
| | | * @Description: 公用地图组件 |
| | | * |
| | |
| | | <activity-police-popup></activity-police-popup> |
| | | |
| | | <video-list-popup></video-list-popup> |
| | | |
| | | <y-tool-tip></y-tool-tip> |
| | | |
| | | <assemble-box></assemble-box> |
| | | </div> |
| | |
| | | import mapPopup from './components/mapPopup.vue' |
| | | import activityPolicePopup from './components/activityPolicePopup.vue' |
| | | import videoListPopup from './components/videoListPopup.vue' |
| | | import yToolTip from './components/yToolTip.vue' |
| | | |
| | | |
| | | |
| | | export default { |
| | | name: 'mapBox', |
| | | |
| | | components: { mapPopup, activityPolicePopup, videoListPopup }, |
| | | components: { mapPopup, activityPolicePopup, videoListPopup, yToolTip }, |
| | | |
| | | data () { |
| | | return { |