|
@@ -34,7 +34,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-resources/VisuForestMonitorCenterController/findCameraByEventCoordinate?longitude='+longitude+"&latitude="+latitude+"&type=1",
|
|
|
method: 'get',
|
|
|
})
|
|
|
}
|
|
@@ -44,7 +44,7 @@ export function rotation(lng,lat,list) {
|
|
|
// lng = '124.41986560821533';
|
|
|
// lat = '43.08817137032747';
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestMonitorCenterController/rotation',
|
|
|
+ url: '/center-resources/VisuForestMonitorCenterController/rotation',
|
|
|
method: 'post',
|
|
|
data:{
|
|
|
lng:lng,
|