feat: 优化登录页面和认证布局设计

- 重构认证页面布局,优化视觉效果和用户体验
- 更新登录页面UI组件和交互逻辑
- 新增原始认证布局备份文件
- 导出登录插图组件供使用
This commit is contained in:
lzh
2025-12-19 13:51:00 +08:00
parent fc7b405805
commit 8d1c469804
4 changed files with 279 additions and 16 deletions

View File

@@ -1,2 +1,3 @@
export { default as AuthPageLayout } from './authentication.vue';
export { default as LoginIllustration } from './icons/login-illustration.vue';
export * from './types';