增加密码加密功能

This commit is contained in:
2026-04-12 15:46:55 +08:00
parent 05ee0929e2
commit 2518d60951
24 changed files with 587 additions and 40 deletions

View File

@@ -92,7 +92,7 @@ const RegisterPage: React.FC = () => {
<Alert
type="info"
message="系统提示"
description="所有用户密码统一为 123456明文存储测试环境使用"
description="密码将加密存储,请妥善保管您的密码"
showIcon
style={{ marginBottom: 16, borderRadius: 8 }}
/>