fix: 个别接口超时时间60秒

This commit is contained in:
TsMask
2023-11-01 17:43:31 +08:00
parent d16d044a7e
commit 150f547e50
4 changed files with 9 additions and 0 deletions

View File

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