fix: 接口超时 180_1000
This commit is contained in:
@@ -76,6 +76,6 @@ export async function downloadNeBackup(data: Record<string, any>) {
|
||||
url: `/api/rest/systemManagement/v1/${data.neType}/neBackup/${data.fileName}`,
|
||||
method: 'get',
|
||||
responseType: 'blob',
|
||||
timeout: 60 * 1000,
|
||||
timeout: 180_000,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user