mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-23 02:20:23 +08:00
feat(会员): 新增会员分组功能
- 添加会员分组管理页面,支持增删改查 - 在会员列表页新增分组筛选和批量设置分组功能 - 扩展会员管理 API,添加分组相关接口 - 配置路由以支持分组页面访问
This commit is contained in:
@@ -147,6 +147,12 @@ export const otherRouter = {
|
||||
name: "member-detail",
|
||||
component: () => import("@/views/member/list/memberDetail.vue")
|
||||
},
|
||||
{
|
||||
path: "member-group",
|
||||
title: "会员分组",
|
||||
name: "member-group",
|
||||
component: () => import("@/views/member/group/index.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "goods/goods-info/goodsDetail",
|
||||
|
||||
Reference in New Issue
Block a user