Browse Source

Merge branch 'V0.0.5' of http://10.87.21.221:8000/jzyd_yyds/soc_web into V0.0.5

zhulu 1 năm trước cách đây
mục cha
commit
bdf982e8b6
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

@@ -146,6 +146,7 @@ export function exportFile(
       method,
       data: request,
       responseType: "blob",
+      timeout:1000*60*30,
       headers,
       onDownloadProgress: onDownloadProgressCallBack,
     })