Sfoglia il codice sorgente

文件大小问题

tangning 3 settimane fa
parent
commit
30ca6015a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
         // authenticationScheme: 'Bearer',
         authenticationScheme: '',
-        // timeout: 10 * 1000,
+        timeout: 60 * 60 * 1000,
         // 基础接口地址
         // baseURL: globSetting.apiUrl,