退出登录

This commit is contained in:
2020-11-24 15:54:51 +08:00
parent 817e7b9041
commit 7ac5c7c7a8
3 changed files with 73 additions and 55 deletions

View File

@@ -1167,3 +1167,7 @@ export async function setusername(src: string){
}
console.log(res)
}
export async function logoutapi() {
await get("logout");
}