mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改登陆成功提示文本
This commit is contained in:
parent
76184227a4
commit
bad8bbdb7c
|
@ -39,11 +39,11 @@ const Login = () => {
|
|||
description: (
|
||||
<>
|
||||
<div>
|
||||
最后登录时间:
|
||||
上次登录时间:
|
||||
{lastlogon ? new Date(lastlogon).toLocaleString() : '-'}
|
||||
</div>
|
||||
<div>最后登录地点:{lastaddr || '-'}</div>
|
||||
<div>最后登录IP:{lastip || '-'}</div>
|
||||
<div>上次登录地点:{lastaddr || '-'}</div>
|
||||
<div>上次登录IP:{lastip || '-'}</div>
|
||||
</>
|
||||
),
|
||||
duration: 5,
|
||||
|
|
Loading…
Reference in New Issue
Block a user