0318-海宁菜单调整+北仑客群部分开发

This commit is contained in:
2026-03-18 16:39:23 +08:00
parent fedf789511
commit 5996173abd
61 changed files with 3388 additions and 462 deletions

View File

@@ -227,6 +227,17 @@ export const constantRoutes = [
}]
},
{
path: '/group/custGroup/detail',
component: Layout,
hidden: true,
children: [{
path: '/group/custGroup/detail',
name: 'CustGroupDetail',
meta: { title: '客群详情', activeMenu: '/group/custGroup' },
component: () => import('@/views/group/custGroup/detail')
}]
},
{
path: '/checklist/customerlist',
component: Layout,