fix: 接口超时 180_1000
This commit is contained in:
@@ -374,7 +374,7 @@ export async function updateNeConfigReload(neType: string, neId: string) {
|
||||
url: `/api/rest/operationManagement/v1/elementType/${neType}/objectType/mml?ne_id=${neId}`,
|
||||
method: 'post',
|
||||
data: { mml: ['reload'] },
|
||||
timeout: 30_1000,
|
||||
timeout: 180_000,
|
||||
});
|
||||
// 解析数据
|
||||
if (result.code === RESULT_CODE_SUCCESS && Array.isArray(result.data.data)) {
|
||||
|
||||
Reference in New Issue
Block a user