refactor: 登录信息 使用原生重构

This commit is contained in:
dap
2025-04-03 15:02:26 +08:00
parent 5d47026908
commit b5150b5863
2 changed files with 46 additions and 10 deletions

View File

@@ -9,4 +9,5 @@ export interface LoginLog {
os: string;
msg: string;
loginTime: string;
clientKey: string;
}