mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-10 00:01:53 +08:00
fix: loginOut api
This commit is contained in:
@@ -33,7 +33,7 @@ export const getTenantIdByNameApi = (name: string) => {
|
||||
|
||||
// 登出
|
||||
export const loginOutApi = () => {
|
||||
return request.delete({ url: '/system/auth/logout' })
|
||||
return request.post({ url: '/system/auth/logout' })
|
||||
}
|
||||
|
||||
// 获取用户权限信息
|
||||
|
Reference in New Issue
Block a user