add -- 添加“新建流程”页面,发起流程操作从“我的流程”页面分离。
This commit is contained in:
@@ -87,11 +87,30 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/process',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'start',
|
||||
component: () => import('@/views/workflow/process/start'),
|
||||
name: 'StartProcess',
|
||||
meta: { title: '发起流程', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/task',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'process/index',
|
||||
component: () => import('@/views/workflow/task/process/index'),
|
||||
name: 'Record',
|
||||
meta: { title: '我的流程', icon: '' }
|
||||
},
|
||||
{
|
||||
path: 'record/index',
|
||||
component: () => import('@/views/workflow/task/record/index'),
|
||||
|
||||
Reference in New Issue
Block a user