🐞 fix:修复对 axios 的处理

This commit is contained in:
preschooler
2024-11-18 11:38:42 +08:00
parent 1c23298d19
commit c119e910d0
3 changed files with 8 additions and 36 deletions

View File

@ -27,7 +27,7 @@ export const authorize = (
return request.post({
url: '/system/oauth2/authorize',
headers: {
'Content-type': 'application/x-www-form-urlencoded'
'Content-Type': 'application/x-www-form-urlencoded'
},
params: {
response_type: responseType,