fix: 接口超时 180_1000

This commit is contained in:
TsMask
2023-11-01 17:53:59 +08:00
parent 25f7b105eb
commit 0835afa374
15 changed files with 25 additions and 20 deletions

View File

@@ -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,
});
}