From aef23e6dd5f4c36e7db2c687cc8b3978ccb22ded Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Fri, 10 May 2024 23:05:42 +0800 Subject: [PATCH] feat: update --- src/utils/axios/web.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/axios/web.ts b/src/utils/axios/web.ts index 48dc710..36b3a66 100644 --- a/src/utils/axios/web.ts +++ b/src/utils/axios/web.ts @@ -5,8 +5,8 @@ const token = String(handleLocalforage.getItem('token')) const web: Request = new Request({ baseURL: import.meta.env.VITE_APP_BASE_API, headers: { - 'Content-Type': 'application/json;charset=utf-8', - Accept: 'application/json', + // 'Content-Type': 'application/json;charset=utf-8', + // Accept: 'application/json', Authorization: token, }, })