修改一日流程跳转报错问题

This commit is contained in:
sk1551
2020-05-26 15:49:01 +08:00
parent 7da94c38c0
commit baa475589e
6 changed files with 28 additions and 82 deletions

View File

@ -90,30 +90,30 @@ export const constantRoutes = [{
meta: { title: '字典数据', icon: '' }
}]
},
// {
// path: '/dayflow',
// component: Layout,
// hidden: true,
// children: [{
// path: 'dayflowmanger/dayflowtask/:id(\\d+)',
// component: () =>
// import ('@/views/benyi/dayflow/task'),
// name: 'Task',
// meta: { title: '一日流程任务', icon: '' }
// }]
// },
// {
// path: '/dayflow',
// component: Layout,
// hidden: true,
// children: [{
// path: 'dayflowmanger/dayflowtask/standard/:code(\\d+)',
// component: () =>
// import ('@/views/benyi/dayflow/standard'),
// name: 'Standard',
// meta: { title: '一日流程标准', icon: '' }
// }]
// },
{
path: '/dayflow',
component: Layout,
hidden: true,
children: [{
path: 'dayflowmanger/dayflowtask/:id(\\d+)',
component: () =>
import ('@/views/benyi/dayflow/task'),
name: 'Task',
meta: { title: '一日流程任务', icon: '' }
}]
},
{
path: '/dayflow/dayflowmanger',
component: Layout,
hidden: true,
children: [{
path: 'dayflowtask/standard/:code(\\d+)',
component: () =>
import ('@/views/benyi/dayflow/standard'),
name: 'Standard',
meta: { title: '一日流程标准', icon: '' }
}]
},
{
path: '/job',
component: Layout,