|
@@ -104,8 +104,8 @@ export function eventLogUpload(param) {
|
|
// 日志发送
|
|
// 日志发送
|
|
export function sendEventLog(param) {
|
|
export function sendEventLog(param) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-event/eventcatalogue/uploadConext',
|
|
|
|
- method: 'get',
|
|
|
|
|
|
+ url: '/center-event/centereventtfirelog',
|
|
|
|
+ method: 'post',
|
|
data: param
|
|
data: param
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -193,7 +193,8 @@ export function refusedTask(param) {
|
|
// 事件调整关联预案
|
|
// 事件调整关联预案
|
|
export function updateYjYuAn(param) {
|
|
export function updateYjYuAn(param) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-agriculture/fire/updateYjYuAn',
|
|
|
|
|
|
+ // url: '/center-agriculture/fire/updateYjYuAn',
|
|
|
|
+ url: '/center-fire/VisuForestCloudMapController/updateYjYuAn',
|
|
method: 'post',
|
|
method: 'post',
|
|
data:param
|
|
data:param
|
|
})
|
|
})
|