tangning 8 months ago
parent
commit
584f1d35b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/alova.ts

+ 1 - 1
src/api/alova.ts

@@ -50,7 +50,7 @@ export const Alova = createAlova({
   baseURL: '',
   statesHook: VueHook,
   requestAdapter: adapterFetch(),
-  timeout: 10000,
+  timeout: 1000000,
   cacheFor: null,
   cacheLogger: process.env.NODE_ENV === 'development',
   beforeRequest(method) {