chore: update deps

This commit is contained in:
Vben
2021-06-26 00:31:21 +08:00
parent e78af6f228
commit aed622bd09
4 changed files with 24 additions and 23 deletions

5
types/axios.d.ts vendored
View File

@@ -5,9 +5,10 @@ export interface RequestOptions {
joinParamsToUrl?: boolean;
// Format request parameter time
formatDate?: boolean;
// Whether to process the request result
// Whether to process the request result
isTransformResponse?: boolean;
// 是否返回原生响应头 比如:需要获取响应头时使用该属性
// Whether to return native response headers
// For example: use this attribute when you need to get the response headers
isReturnNativeResponse?: boolean;
// Whether to join url
joinPrefix?: boolean;