mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
分销结构优化
This commit is contained in:
@@ -276,7 +276,19 @@ export const otherRouter = {
|
||||
title: "查看直播",
|
||||
name: "live-detail",
|
||||
component: () => import("@/views/promotions/live/live-detail.vue")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "group-list",
|
||||
title: "分销团队",
|
||||
name: "group-list",
|
||||
component: () => import("@/views/distribution/distributionGroup.vue")
|
||||
},
|
||||
{
|
||||
path: "distribution-member",
|
||||
title: "分销会员列表",
|
||||
name: "distribution-member",
|
||||
component: () => import("@/views/distribution/distributionMember.vue")
|
||||
},
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user