Selaa lähdekoodia

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

zhulu 1 vuosi sitten
vanhempi
commit
bdf982e8b6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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,
     })