feat: 裁判邀请导入功能添加场地和项目选择
- 导入对话框添加场地下拉选择 - 导入对话框添加项目多选 - 调用API时传递venueId和projects参数 🤖 Generated with Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user