|
@@ -1693,6 +1693,7 @@ import {
|
|
|
getIconBg
|
|
|
} from '@/api/components/sookaMapIcon'; //资源底色控制文件
|
|
|
import TVWall from '@/components/TVWall.vue' //电视墙弹窗
|
|
|
+import request from "../utils/request";
|
|
|
import {
|
|
|
getEventDetail,
|
|
|
sendEventLog,
|
|
@@ -2353,7 +2354,10 @@ export default {
|
|
|
type: type,
|
|
|
radius: this.radius
|
|
|
}
|
|
|
- listResourceByWz(param).then(res => {
|
|
|
+ request({
|
|
|
+ url: `/center-monitor/camera/findNearbyCameras/${param.longitude}/${param.latitude}/${param.radius}`,
|
|
|
+ method: 'get'
|
|
|
+ }).then(res => {
|
|
|
if (res.data != null && res.data.length > 0) {
|
|
|
this.resourcesListCheck.push(type)
|
|
|
var markersList = []
|