mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复备份数据超时时间
This commit is contained in:
@@ -100,6 +100,7 @@ const Other = ({
|
||||
{},
|
||||
{
|
||||
responseType: 'blob',
|
||||
timeout: 86400000,
|
||||
onDownloadProgress: (e) => {
|
||||
if (e.progress) {
|
||||
showDownloadProgress(parseFloat((e.progress * 100).toFixed(1)));
|
||||
|
||||
Reference in New Issue
Block a user