This commit is contained in:
qsh
2026-01-30 14:08:23 +08:00
parent 36482fb428
commit ff3b306de0
38 changed files with 5491 additions and 190 deletions

View File

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