fix: 修复了一些问题

This commit is contained in:
2025-12-03 09:35:41 +08:00
parent 09a423b8dc
commit 8e324accff
10 changed files with 408 additions and 167 deletions

View File

@@ -38,7 +38,7 @@ class RequestClient {
'Content-Type': 'application/json;charset=utf-8',
},
// 默认超时时间
timeout: 10_000,
timeout: 100_000,
};
const { ...axiosConfig } = options;
const requestConfig = merge(axiosConfig, defaultConfig);