部门与退出

This commit is contained in:
孙景学
2025-07-15 15:47:21 +08:00
parent 7870f5289e
commit 7b410178ae
13 changed files with 131 additions and 38 deletions

View File

@ -51,7 +51,7 @@ export async function getUserinfo() {
*/
export async function Logout() {
return request('/v1/login/logout', {
method: 'GET'
method: 'POST'
});
}
/**