From f8fc40a287b822d216206e820bf4458711298a30 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 18 Mar 2024 10:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/axios.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/axios.d.ts b/types/axios.d.ts index b1206d8..c64a764 100644 --- a/types/axios.d.ts +++ b/types/axios.d.ts @@ -10,7 +10,7 @@ export interface RequestOptions { isTransformResponse?: boolean; // 是否返回本地响应头,需要获取响应头时使用此属性 isReturnNativeResponse?: boolean; - // Whether to join url + // 默认将prefix 添加到url joinPrefix?: boolean; // 接口地址,如果保留为空,则使用默认值 apiUrl?: string;