feat: 🚀 添加悬浮图上传

This commit is contained in:
2025-06-30 09:35:47 +08:00
parent cc5d380551
commit fd35dc532b
3 changed files with 14 additions and 4 deletions

View File

@@ -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: "请选择",