{
formConfig: {
bannerImg: {
type: "imageUpload",
label: "背景图",
required: true,
props: { limit: 1 }
},
title: {
type: "input",
label: "标题",
required: true,
props: { maxlength: 20 }
},
desc: {
type: "input",
label: "介绍",
required: true,
props: { type: "textarea", rows: 3, maxlength: 80 }
}
}
}
暂无素材