fix: 网元操作接口超时时间60s
This commit is contained in:
@@ -134,6 +134,7 @@ export function saveOAMFile(data: Record<string, any>) {
|
|||||||
url: `/ne/info/oamFile`,
|
url: `/ne/info/oamFile`,
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: data,
|
data: data,
|
||||||
|
timeout: 60_000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,5 +174,6 @@ export function serviceNeAction(data: Record<string, any>) {
|
|||||||
url: `/ne/action/service`,
|
url: `/ne/action/service`,
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: data,
|
data: data,
|
||||||
|
timeout: 60_000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user