fix: loginOut api

This commit is contained in:
xingyu
2023-01-16 17:00:48 +08:00
parent 5450534a80
commit cccf8d8197
3 changed files with 5 additions and 4 deletions

View File

@@ -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' })
}
// 获取用户权限信息