|
@@ -57,13 +57,9 @@ export function findCameraByEventCoordinate(longitude,latitude) {
|
|
|
|
|
|
//转到固定点位
|
|
|
export function rotation(lng,lat,list) {
|
|
|
- // lng = '124.41986560821533';
|
|
|
- // lat = '43.08817137032747';
|
|
|
return request({
|
|
|
- // url: '/center-resources/VisuForestMonitorCenterController/rotation',
|
|
|
- url: '/center-monitor/VisuForestMonitorCenterController/rotation',//无逻辑
|
|
|
- // method: 'post',
|
|
|
- method: 'get',
|
|
|
+ url: '/sooka-middlevisualization/visuMiddleVisualizationController/rotation',
|
|
|
+ method: 'post',
|
|
|
data:{
|
|
|
lng:lng,
|
|
|
lat:lat,
|
|
@@ -71,6 +67,7 @@ export function rotation(lng,lat,list) {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
+
|
|
|
//根据部门ID获取具有查看权限的摄像头
|
|
|
export function getCamerasByDeptId(deptId) {
|
|
|
return request({
|