feat: 裁判邀请导入功能添加场地和项目选择

- 导入对话框添加场地下拉选择
- 导入对话框添加项目多选
- 调用API时传递venueId和projects参数

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
DevOps
2025-12-26 15:45:10 +08:00
parent 04cd85cbe3
commit cc6fabe576
2 changed files with 98 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ export default ({ mode, command }) => {
__INTLIFY_PROD_DEVTOOLS__: false,
},
server: {
port: 2888,
port: 8083,
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://localhost:8123',