fix: 增加流程图前端代码

This commit is contained in:
yunlong.li
2021-11-18 12:06:24 +08:00
parent 00f59fdc75
commit 3f90e79d8a
30 changed files with 7241 additions and 4 deletions

View File

@ -98,6 +98,19 @@ export const constantRoutes = [
}
]
},
{
path: '/bpmn',
component: Layout,
hidden: true,
children: [
{
path: 'model',
component: (resolve) => require(['@/views/bpm/model'], resolve),
name: 'model',
meta: { title: '工作流模型', icon: '' }
}
]
},
{
path: '/job',
component: Layout,