|
@@ -27,7 +27,7 @@ export function findCameraByEventCoordinate(longitude,latitude) {
|
|
|
// longitude = '124.41986560821533';
|
|
|
// latitude = '43.08817137032747';
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestMonitorCenterController/findCameraByEventCoordinate?longitude='+longitude+"&latitude="+latitude+"&type=1",
|
|
|
+ url: '/center-traffic/traffic/findCameraByEventCoordinate?longitude='+longitude+"&latitude="+latitude+"&type=1",
|
|
|
method: 'get',
|
|
|
})
|
|
|
}
|
|
@@ -37,7 +37,7 @@ export function rotation(lng,lat,list) {
|
|
|
// lng = '124.41986560821533';
|
|
|
// lat = '43.08817137032747';
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestMonitorCenterController/rotation',
|
|
|
+ url: '/center-traffic/traffic/rotation',
|
|
|
method: 'post',
|
|
|
data:{
|
|
|
lng:lng,
|