feat: 🚀 添加悬浮图上传
This commit is contained in:
@@ -70,7 +70,11 @@ export const EDIT_FORM_DATA: FormItem[] = [
|
||||
type: "upImg",
|
||||
label: "Banner图片: "
|
||||
},
|
||||
|
||||
{
|
||||
prop: "extra_image",
|
||||
type: "upImg",
|
||||
label: "悬浮图: "
|
||||
},
|
||||
{
|
||||
prop: "banner_id",
|
||||
placeholder: "请选择",
|
||||
@@ -166,7 +170,11 @@ export const EDIT_FORM_DATA1: FormItem[] = [
|
||||
type: "upImg",
|
||||
label: "Banner图片: "
|
||||
},
|
||||
|
||||
// {
|
||||
// prop: "image1",
|
||||
// type: "upImg",
|
||||
// label: "Banner图片1: "
|
||||
// },
|
||||
{
|
||||
prop: "banner_id",
|
||||
placeholder: "请选择",
|
||||
|
||||
Reference in New Issue
Block a user