|
|
|
@ -163,6 +163,21 @@ export const dynamicRoutes = [ |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
|
|
|
|
// {
|
|
|
|
// path: '/study/enter',
|
|
|
|
// component: Layout,
|
|
|
|
// hidden: true,
|
|
|
|
// permissions: ['business:study:enter'],
|
|
|
|
// children: [
|
|
|
|
// {
|
|
|
|
// path: 'index/:studyId(\\d+)',
|
|
|
|
// component: () => import('@/views/business/study/comp/enter'),
|
|
|
|
// name: 'Data',
|
|
|
|
// meta: { title: '进入试验', activeMenu: '/busuness/study/list' }
|
|
|
|
// }
|
|
|
|
// ]
|
|
|
|
// }
|
|
|
|
] |
|
|
|
|
|
|
|
// 防止连续点击多次路由报错
|
|
|
|
|