pangu-user-platform/pangu-ui
神码-方晓辉 b67187f5ab feat: 修复登录页面验证码功能
后端修复:
- 启用验证码功能(captchaEnabled: true)
- 实现验证码图片生成(Java Graphics2D绘制)
- 实现验证码存储和验证逻辑(内存ConcurrentHashMap)
- 验证码包含干扰线、噪点、随机颜色和角度

前端修复:
- 正确获取登录响应中的token(res.data.token)
- 登录失败时显示错误消息并刷新验证码
2026-02-01 13:54:36 +08:00
..
public feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
src feat: 修复登录页面验证码功能 2026-02-01 13:54:36 +08:00
.gitignore feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
README.md feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
index.html feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
package-lock.json refactor: 完全移除Mock,100%使用真实DB数据和API 2026-02-01 00:21:28 +08:00
package.json refactor: 完全移除Mock,100%使用真实DB数据和API 2026-02-01 00:21:28 +08:00
vite.config.js fix: UI自动化测试并修复前后端集成关键问题 2026-02-01 00:56:57 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.