shuishen
2023-03-09 beac0f9a8bfe0f0e4d8db19fa18a9745ed1fcc40
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @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: 公用地图组件
 * 
@@ -66,6 +66,8 @@
        <activity-police-popup></activity-police-popup>
        <video-list-popup></video-list-popup>
        <y-tool-tip></y-tool-tip>
        <assemble-box></assemble-box>
    </div>
@@ -187,13 +189,14 @@
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 {