DevOps
|
3d314fe84f
|
chore: 更新package-lock.json
continuous-integration/drone/push Build is passing
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-19 14:44:37 +08:00 |
|
|
|
1a99a45729
|
fix bugs
continuous-integration/drone/push Build is passing
|
2025-12-13 09:34:06 +08:00 |
|
|
|
5b806e29b7
|
fix bugs
continuous-integration/drone/push Build is failing
|
2025-12-11 16:56:19 +08:00 |
|
n72595987@gmail.com
|
dd9927014e
|
修复Vite代理配置,解决前后端通信问题
1. 修复后端API代理配置
- 更新代理目标端口从82改为8123(匹配实际后端端口)
- 区分BladeX系统模块和业务模块的URL路径处理
2. 解决验证码接口404问题
- 新增 ^/api/blade- 规则处理系统模块(blade-auth、blade-system等)
- 系统模块需去掉 /api 前缀转发到后端 /blade-auth/* 路径
- 业务模块保留 /api 前缀转发到后端 /api/martial/* 路径
3. 验证测试结果
- ✅ /api/blade-auth/oauth/captcha 验证码接口正常
- ✅ /api/blade-system/tenant/info 租户信息接口正常
- ✅ /api/martial/competition/list 比赛列表接口正常
现在前端登录页面可以正常获取验证码,所有API接口都能正确访问。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-29 16:31:05 +08:00 |
|
|
|
135696ef93
|
fix bugs
|
2025-11-28 17:40:40 +08:00 |
|