登录页快速登录改为真实姓名账号并列出全部(张伟/王芳/李娜/刘洋/陈静/赵磊/孙莉/周强)

This commit is contained in:
freedakgmail
2026-06-13 18:32:18 +08:00
parent 11997e6104
commit e86e60208f
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ export function Login(): JSX.Element {
>
<span style={{ fontWeight: 600 }}>{a.role}</span>
<span style={{ color: colorVar('color.text.secondary'), ...typographyStyle('caption') }}>
{a.username} / {a.password}
{a.username}{a.title} / {a.password}
</span>
</button>
))}