fix: 接口超时 180_1000
This commit is contained in:
@@ -302,6 +302,7 @@ export async function backupDownload(path: string) {
|
||||
url: `/api/rest/fileManagement/v1/path/file?path=${path}`,
|
||||
method: 'get',
|
||||
responseType: 'blob',
|
||||
timeout: 180_000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user