ruoyi-plus-soybean/packages/axios/src/options.ts
@@ -41,7 +41,7 @@ } export function createAxiosConfig(config?: Partial<CreateAxiosDefaults>) { const TEN_SECONDS = 10 * 1000; const TEN_SECONDS = 20 * 1000; const axiosConfig: CreateAxiosDefaults = { timeout: TEN_SECONDS,