注释调整

pull/1164/head
JEECG 2024-03-18 10:58:34 +08:00
parent e1e3d04629
commit f8fc40a287
1 changed files with 1 additions and 1 deletions

2
types/axios.d.ts vendored
View File

@ -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;