注释调整
This commit is contained in:
2
types/axios.d.ts
vendored
2
types/axios.d.ts
vendored
@@ -10,7 +10,7 @@ export interface RequestOptions {
|
|||||||
isTransformResponse?: boolean;
|
isTransformResponse?: boolean;
|
||||||
// 是否返回本地响应头,需要获取响应头时使用此属性
|
// 是否返回本地响应头,需要获取响应头时使用此属性
|
||||||
isReturnNativeResponse?: boolean;
|
isReturnNativeResponse?: boolean;
|
||||||
// Whether to join url
|
// 默认将prefix 添加到url
|
||||||
joinPrefix?: boolean;
|
joinPrefix?: boolean;
|
||||||
// 接口地址,如果保留为空,则使用默认值
|
// 接口地址,如果保留为空,则使用默认值
|
||||||
apiUrl?: string;
|
apiUrl?: string;
|
||||||
|
Reference in New Issue
Block a user