shuishen
2023-02-13 c47ea84f5f55606140432becd6c9af7ddfdb2c55
geojson数据和设备列表地图点击
1 files modified
1 files added
76306 ■■■■■ changed files
public/test.json 76301 ●●●●● patch | view | raw | blame | history
src/views/video/list.vue 5 ●●●●● patch | view | raw | blame | history
public/test.json
New file
Diff too large
src/views/video/list.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-13 11:05:29
 * @LastEditTime: 2023-02-13 17:31:59
 * @FilePath: \srs-police-affairs\src\views\video\list.vue
 * @Description: 辖区管理
 * 
@@ -726,7 +726,6 @@
            })
            getTreeDevicesNearby({ longitude, latitude, mileage: 1 }).then(res => {
                res.data.data.forEach(item => {
                    if (item.longitude && item.latitude) {
                        this.$EventBus.$emit('layerPointAdd', {
@@ -740,7 +739,7 @@
                                lat: item.latitude,
                                alt: 0,
                                url: '/img/icon/video.png',
                                channelId: node.id
                                channelId: item.channelId
                            },
                            incident: this.siteClick
                        })