mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复备份数据超时时间
This commit is contained in:
parent
a15192b9b2
commit
db94cd3799
|
@ -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)));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user