tangning 9 月之前
父节点
当前提交
39ccb3dbad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/http/axios/index.ts

+ 1 - 1
src/utils/http/axios/index.ts

@@ -201,7 +201,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
         // authentication schemes,e.g: Bearer
         // authenticationScheme: 'Bearer',
         authenticationScheme: '',
-        timeout: 10 * 60 * 1000,
+        timeout: 30 * 60 * 1000,
         // 基础接口地址
         // baseURL: globSetting.apiUrl,