diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 7ec86fbd..e72dda1a 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -39,11 +39,11 @@ const Login = () => { description: ( <>
- 最后登录时间: + 上次登录时间: {lastlogon ? new Date(lastlogon).toLocaleString() : '-'}
-
最后登录地点:{lastaddr || '-'}
-
最后登录IP:{lastip || '-'}
+
上次登录地点:{lastaddr || '-'}
+
上次登录IP:{lastip || '-'}
), duration: 5,