fix: ImageUpload config

This commit is contained in:
xingyu4j
2025-06-20 14:50:47 +08:00
parent e2561593d9
commit 6df938431e
16 changed files with 18 additions and 44 deletions

View File

@@ -46,9 +46,6 @@ export function useFormSchema(): VbenFormSchema[] {
fieldName: 'logo',
label: '应用图标',
component: 'ImageUpload',
componentProps: {
limit: 1,
},
rules: 'required',
},
{