Explorar o código

feat(组件): 设置超时60秒

tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
80db700c37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/http/axios/index.ts

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

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