Merge remote-tracking branch 'yudao/dev' into dev

This commit is contained in:
jason
2025-11-23 17:41:22 +08:00
5 changed files with 4 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ export function useUploadImageRule() {
{ label: 'image/x-icon', value: 'image/x-icon' },
],
props: {
multiple: false,
multiple: true,
},
},
{