集团详情

This commit is contained in:
BOOL\25024
2024-01-15 13:36:20 +08:00
parent c439aee354
commit 4fba7825c6
2 changed files with 113 additions and 13 deletions

View File

@@ -198,7 +198,7 @@ export const constantRoutes = [
hidden: true,
children: [
{
name: "memberDetail",
name: "memberGroup",
path: "detail/:groupCode",
component: () => import("@/views/member/memberGroup/detail"),
meta: { title: "集团详情", activeMenu: "/member/memberGroup" },