Bläddra i källkod

flot terminer

scorpio 2 år sedan
förälder
incheckning
b2139f5846
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/api/fetch.js

+ 1 - 1
src/api/fetch.js

@@ -36,7 +36,7 @@ function fetch(
   header = {},
   responseType = '',
   insurance,
-  timeout = 15000
+  timeout = 30000
 ) {
   contentType === 'form' && (contentType = 'application/x-www-form-urlencoded')
   contentType === 'json' && (contentType = 'application/json')