Merge branch 'gitee-master' into feature-project

This commit is contained in:
2024-11-22 11:13:17 +08:00
5 changed files with 27 additions and 34 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,