feat: update

This commit is contained in:
landaiqing
2024-05-10 23:05:42 +08:00
parent d3b7d8195e
commit aef23e6dd5

View File

@@ -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,
},
})