fate: 升级流程设计器,表单设计器
This commit is contained in:
@@ -153,6 +153,19 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/flowable',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'task/flowForm/index',
|
||||
component: () => import('@/views/flowable/task/flowForm/index'),
|
||||
name: 'FlowForm',
|
||||
meta: { title: '流程表单', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/tool',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user