|
@@ -57,7 +57,7 @@ export const LoginPage = () => {
|
|
|
<User className="h-8 w-8 text-white" />
|
|
<User className="h-8 w-8 text-white" />
|
|
|
</div>
|
|
</div>
|
|
|
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">
|
|
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">
|
|
|
- 管理后台登录
|
|
|
|
|
|
|
+ 长愿青
|
|
|
</h2>
|
|
</h2>
|
|
|
<p className="mt-2 text-center text-sm text-gray-600">
|
|
<p className="mt-2 text-center text-sm text-gray-600">
|
|
|
请输入您的账号和密码继续操作
|
|
请输入您的账号和密码继续操作
|
|
@@ -142,9 +142,9 @@ export const LoginPage = () => {
|
|
|
</Form>
|
|
</Form>
|
|
|
</CardContent>
|
|
</CardContent>
|
|
|
<CardFooter className="flex flex-col items-center space-y-2">
|
|
<CardFooter className="flex flex-col items-center space-y-2">
|
|
|
- <div className="text-sm text-gray-500">
|
|
|
|
|
|
|
+ {/* <div className="text-sm text-gray-500">
|
|
|
测试账号: <span className="font-medium text-gray-700">admin</span> / <span className="font-medium text-gray-700">admin123</span>
|
|
测试账号: <span className="font-medium text-gray-700">admin</span> / <span className="font-medium text-gray-700">admin123</span>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> */}
|
|
|
<div className="text-xs text-gray-400">
|
|
<div className="text-xs text-gray-400">
|
|
|
© {new Date().getFullYear()} 管理系统. 保留所有权利.
|
|
© {new Date().getFullYear()} 管理系统. 保留所有权利.
|
|
|
</div>
|
|
</div>
|