DevOps
|
cc6fabe576
|
feat: 裁判邀请导入功能添加场地和项目选择
- 导入对话框添加场地下拉选择
- 导入对话框添加项目多选
- 调用API时传递venueId和projects参数
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-26 15:45:10 +08:00 |
|
|
|
ab69968bda
|
修改前端页面
continuous-integration/drone/push Build is failing
|
2025-12-03 13:51:22 +08:00 |
|
|
|
aa6facf13a
|
fix bugs
continuous-integration/drone/push Build is passing
|
2025-11-30 12:15:21 +08:00 |
|
|
|
4e26a5089c
|
fix bugs
|
2025-11-30 12:14:27 +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 |
|