|
@@ -126,20 +126,32 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- // 权限综合查询
|
|
|
{
|
|
|
- path: '/permission-to-searchS',
|
|
|
+ path: '/data-auth-search',
|
|
|
component: Layout,
|
|
|
- meta: { title: '权限综合查询', icon: 'icon-othersearch', noCache: true, permission: ['QXGL_SQCX'] },
|
|
|
+ meta: { title: '数据权限查询', icon: 'icon-othersearch', noCache: true },
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'data-auth-search',
|
|
|
+ path: 'init',
|
|
|
component: () => import('@/pages/permission-to-search/data-auth-search.vue'),
|
|
|
name: 'data-auth-search',
|
|
|
- meta: { title: '数据权限查询', noCache: true, layout: 'page', permission: ['QXGL_SQCX_SJSQCX'] }
|
|
|
+ meta: { title: '数据权限查询', noCache: true }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ // 权限综合查询
|
|
|
+ // path: '/permission-to-searchS',
|
|
|
+ // component: Layout,
|
|
|
+ // meta: { title: '权限综合查询', icon: 'icon-othersearch', noCache: true, permission: ['QXGL_SQCX'] },
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'data-auth-search',
|
|
|
+ // component: () => import('@/pages/permission-to-search/data-auth-search.vue'),
|
|
|
+ // name: 'data-auth-search',
|
|
|
+ // meta: { title: '数据权限查询', noCache: true, layout: 'page', permission: ['QXGL_SQCX_SJSQCX'] }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
listManageRouter,
|
|
|
...logManage,
|
|
|
statisticsManageRouter
|