|
@@ -16,9 +16,9 @@ import authObjectManageRouter from './modules/auth-object-manage';
|
|
// 应用功能授权管理
|
|
// 应用功能授权管理
|
|
import appfunAuthManageRouter from './modules/appfun-auth-manage';
|
|
import appfunAuthManageRouter from './modules/appfun-auth-manage';
|
|
// 数据授权管理
|
|
// 数据授权管理
|
|
-import dataAuthManageRouter from './modules/data-auth-manage';
|
|
|
|
|
|
+// import dataAuthManageRouter from './modules/data-auth-manage';
|
|
// 名单管理
|
|
// 名单管理
|
|
-import listManageRouter from './modules/list-manage';
|
|
|
|
|
|
+// import listManageRouter from './modules/list-manage';
|
|
// 日志管理
|
|
// 日志管理
|
|
import logManage from './modules/log-manage';
|
|
import logManage from './modules/log-manage';
|
|
// 统计报表
|
|
// 统计报表
|
|
@@ -111,34 +111,34 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- dataAuthManageRouter,
|
|
|
|
|
|
+ // dataAuthManageRouter,
|
|
// // 权限自助管理
|
|
// // 权限自助管理
|
|
- {
|
|
|
|
- path: '/permission-selfhelp-manage',
|
|
|
|
- component: Layout,
|
|
|
|
- meta: { title: '权限自助管理', icon: 'icon-handle', noCache: true },
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'init',
|
|
|
|
- component: () => import('@/pages/permission-selfhelp-manage'),
|
|
|
|
- name: 'permission-selfhelp-manage',
|
|
|
|
- meta: { title: '权限自助管理', noCache: true }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/data-auth-search',
|
|
|
|
- component: Layout,
|
|
|
|
- meta: { title: '数据权限查询', icon: 'icon-othersearch', noCache: true },
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'init',
|
|
|
|
- component: () => import('@/pages/permission-to-search/data-auth-search.vue'),
|
|
|
|
- name: 'data-auth-search',
|
|
|
|
- meta: { title: '数据权限查询', noCache: true, layout: "page" }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/permission-selfhelp-manage',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // meta: { title: '权限自助管理', icon: 'icon-handle', noCache: true },
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'init',
|
|
|
|
+ // component: () => import('@/pages/permission-selfhelp-manage'),
|
|
|
|
+ // name: 'permission-selfhelp-manage',
|
|
|
|
+ // meta: { title: '权限自助管理', noCache: true }
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/data-auth-search',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // meta: { title: '数据权限查询', icon: 'icon-othersearch', noCache: true },
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'init',
|
|
|
|
+ // component: () => import('@/pages/permission-to-search/data-auth-search.vue'),
|
|
|
|
+ // name: 'data-auth-search',
|
|
|
|
+ // meta: { title: '数据权限查询', noCache: true, layout: "page" }
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
// 权限综合查询
|
|
// 权限综合查询
|
|
// path: '/permission-to-searchS',
|
|
// path: '/permission-to-searchS',
|
|
// component: Layout,
|
|
// component: Layout,
|
|
@@ -152,7 +152,7 @@ export const asyncRouterMap = [
|
|
// }
|
|
// }
|
|
// ]
|
|
// ]
|
|
// },
|
|
// },
|
|
- listManageRouter,
|
|
|
|
|
|
+ // listManageRouter,
|
|
...logManage,
|
|
...logManage,
|
|
statisticsManageRouter
|
|
statisticsManageRouter
|
|
];
|
|
];
|