浏览代码

flot terminer

scorpio 2 年之前
父节点
当前提交
b2139f5846
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')