refactor:基于 lint 处理排版(框架层面)
This commit is contained in:
@@ -61,7 +61,7 @@ class RequestClient {
|
||||
responseReturn: 'raw',
|
||||
// 默认超时时间
|
||||
timeout: 10_000,
|
||||
paramsSerializer: 'repeat'
|
||||
paramsSerializer: 'repeat',
|
||||
};
|
||||
const { ...axiosConfig } = options;
|
||||
const requestConfig = merge(axiosConfig, defaultConfig);
|
||||
|
||||
Reference in New Issue
Block a user