提交 e21588f1 authored 作者: matian's avatar matian

代码提交

上级 29aa9f81
...@@ -2,18 +2,21 @@ const routes = [ ...@@ -2,18 +2,21 @@ const routes = [
{ {
path: '/system', path: '/system',
component: () => import('@/components/layout/Index.vue'), component: () => import('@/components/layout/Index.vue'),
meta: { title: '客户组管理' }, meta: { title: '系统设置' },
redirect: {
path: '/system/customergroup'
},
children: [ children: [
{ {
path: 'customergroup', path: 'customergroup',
component: () => import('./views/List.vue'), component: () => import('./views/List.vue'),
meta: { title: '' } meta: { title: '客户组管理' }
}, },
{ {
name: 'detail', name: 'detail',
path: 'customergroup/detail', path: 'detail',
component: () => import('./views/Detail.vue'), component: () => import('./views/Detail.vue'),
meta: { title: '客户组详情' } meta: { title: '客户组管理 / 客户组详情' }
} }
] ]
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论