Bladeren bron

修改路由文件

林倩 3 jaren geleden
bovenliggende
commit
655e8e9f13
1 gewijzigde bestanden met toevoegingen van 4 en 12 verwijderingen
  1. 4 12
      src/router/modules/statistics-manage.js

+ 4 - 12
src/router/modules/statistics-manage.js

@@ -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',