feat: 登录用户信息缓存

This commit is contained in:
landaiqing
2024-06-06 22:34:36 +08:00
parent af176c0e66
commit 01b24d27b6
5 changed files with 17 additions and 5 deletions

View File

@@ -60,4 +60,3 @@ export const login = (data: API.LoginRequest) => {
data: data,
});
};