feat: 查询用户信息.

This commit is contained in:
lijiahang
2023-11-02 17:23:44 +08:00
parent 0322729797
commit a003c9725a
27 changed files with 402 additions and 302 deletions

View File

@@ -255,8 +255,8 @@
};
// 退出登录
const handleLogout = () => {
logout();
const handleLogout = async () => {
await logout();
};
// 关闭偏好提示