后端修复: - 启用验证码功能(captchaEnabled: true) - 实现验证码图片生成(Java Graphics2D绘制) - 实现验证码存储和验证逻辑(内存ConcurrentHashMap) - 验证码包含干扰线、噪点、随机颜色和角度 前端修复: - 正确获取登录响应中的token(res.data.token) - 登录失败时显示错误消息并刷新验证码 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
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.