去除 Spring Security 的 logout handler,使用自己定义的 logout 接口

This commit is contained in:
YunaiV
2022-05-08 00:38:55 +08:00
parent baadb5a937
commit 3351ebbbb4
14 changed files with 342 additions and 66 deletions

View File

@ -26,7 +26,7 @@ export function getInfo() {
// 退出方法
export function logout() {
return request({
url: '/system/logout',
url: '/system/auth/logout',
method: 'post'
})
}