新增分享配置

This commit is contained in:
gyq
2026-01-28 15:02:24 +08:00
parent 000f715bd8
commit ca182dc325
14 changed files with 1141 additions and 11 deletions

View File

@@ -32,10 +32,10 @@ export const newMenus = [
intro: '协助商家拉来新客户,拓展客户群体',
childrenList: [
{
name: "分销",
name: "全民分销",
icon: "zhcz",
pathName: "distribution_page",
intro: "用户成为业务员,可促进消费"
intro: "用户成为股东,可促进消费"
},
{
name: "套餐推广",
@@ -55,6 +55,12 @@ export const newMenus = [
pathName: "group_booking",
intro: "拼团"
},
{
name: "分享配置",
icon: "sppt",
pathName: "share_setting",
intro: "商家可配置用户分享后可获得的奖励"
},
]
},
{