refactor:基于 lint 处理排版(框架层面)

This commit is contained in:
YunaiV
2025-04-22 22:17:41 +08:00
parent fb785894b6
commit c0a92a5694
10 changed files with 59 additions and 39 deletions

View File

@@ -61,7 +61,7 @@ class RequestClient {
responseReturn: 'raw',
// 默认超时时间
timeout: 10_000,
paramsSerializer: 'repeat'
paramsSerializer: 'repeat',
};
const { ...axiosConfig } = options;
const requestConfig = merge(axiosConfig, defaultConfig);