|
|
@@ -167,9 +167,9 @@ export const LoginPage = () => {
|
|
|
</Form>
|
|
|
</CardContent>
|
|
|
<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>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
<div className="text-xs text-gray-400">
|
|
|
© {new Date().getFullYear()} 管理系统. 保留所有权利.
|
|
|
</div>
|