Browse Source

Merge branch 'V0.0.4' into V0.0.5

jingyuanchao 1 năm trước cách đây
mục cha
commit
6dc7ba498e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/utils/request.js

+ 1 - 0
src/utils/request.js

@@ -147,6 +147,7 @@ export function exportFile(
       data: request,
       responseType: "blob",
       headers,
+      time: 60000,
       onDownloadProgress: onDownloadProgressCallBack,
     })
     .then((response) => {