mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-10 07:52:44 +00:00
去除 Spring Security 的 logout handler,使用自己定义的 logout 接口
This commit is contained in:
@@ -26,7 +26,7 @@ export function getInfo() {
|
||||
// 退出方法
|
||||
export function logout() {
|
||||
return request({
|
||||
url: '/system/logout',
|
||||
url: '/system/auth/logout',
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user