tangning пре 1 месец
родитељ
комит
30ca6015a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/utils/http/axios/index.ts

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

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