集团详情

This commit is contained in:
BOOL\25024
2024-01-15 09:28:57 +08:00
parent c35b86c728
commit d37d3612ce
3 changed files with 77 additions and 67 deletions

View File

@@ -192,6 +192,19 @@ export const constantRoutes = [
},
],
},
{
path: "/member/detail",
component: Layout,
hidden: true,
children: [
{
name: "memberDetail",
path: "detail/:groupCode",
component: () => import("@/views/member/memberGroup/detail"),
meta: { title: "集团详情", activeMenu: "/member/memberGroup" },
},
],
},
];
// 动态路由,基于用户权限动态去加载