提交 29aa9f81 authored 作者: matian's avatar matian

update:路由修改

上级 da0f5541
...@@ -2,15 +2,12 @@ const routes = [ ...@@ -2,15 +2,12 @@ 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',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论