|
@@ -11,18 +11,10 @@ const componentsRouter = {
|
|
|
meta: { title: '统计报表', icon: 'el-icon-document', noCache: true, permission: ['YHGLPT_TJBB'] },
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/auth-behavior-statistic',
|
|
|
- component: Layout,
|
|
|
- redirect: '/index',
|
|
|
- meta: { title: '鉴权行为统计', icon: 'el-icon-goods', noCache: true, permission: ['QXGL_RZGL_JQXWTJ'] },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- component: () => import('@/pages/log-manage/auth-behavior-statistic'),
|
|
|
- name: 'auth-behavior-statistic',
|
|
|
- meta: { title: '鉴权行为统计', icon: 'el-icon-goods', noCache: true, permission: ['QXGL_RZGL_JQXWTJ'] }
|
|
|
- }
|
|
|
- ]
|
|
|
+ path: 'index',
|
|
|
+ component: () => import('@/pages/log-manage/auth-behavior-statistic'),
|
|
|
+ name: 'auth-behavior-statistic',
|
|
|
+ meta: { title: '鉴权行为统计', icon: 'el-icon-goods', noCache: true, permission: ['QXGL_RZGL_JQXWTJ'] }
|
|
|
},
|
|
|
{
|
|
|
path: 'role-authorization',
|