Revert "分销结构优化"

This reverts commit 63b22f4c86.
This commit is contained in:
lele0521
2024-01-26 13:35:47 +08:00
parent 0e56c2038d
commit 43159335f8
13 changed files with 373 additions and 891 deletions

View File

@@ -276,19 +276,7 @@ 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")
},
}
]
};