tangning před 9 měsíci
rodič
revize
39ccb3dbad
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,