修复备份数据超时时间

This commit is contained in:
whyour 2023-07-18 13:43:02 +08:00
parent a15192b9b2
commit db94cd3799

View File

@ -100,6 +100,7 @@ const Other = ({
{}, {},
{ {
responseType: 'blob', responseType: 'blob',
timeout: 86400000,
onDownloadProgress: (e) => { onDownloadProgress: (e) => {
if (e.progress) { if (e.progress) {
showDownloadProgress(parseFloat((e.progress * 100).toFixed(1))); showDownloadProgress(parseFloat((e.progress * 100).toFixed(1)));