Browse Source

flot terminer

scorpio 2 years ago
parent
commit
b2139f5846
1 changed files with 1 additions and 1 deletions
  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')