引入 bpmnProcessDesigner 组件

This commit is contained in:
YunaiV
2022-01-01 22:46:54 +08:00
parent c84a9dd67e
commit 167692b04d
60 changed files with 8943 additions and 2 deletions

View File

@ -163,6 +163,19 @@ export const constantRoutes = [
}
]
},
{
path: '/bpm',
component: Layout,
hidden: true,
children: [
{
path: 'manager/model/edit',
component: (resolve) => require(['@/views/bpm/model/modelEditor'], resolve),
name: '流程模型-编辑',
meta: { title: '流程模型-编辑' }
}
]
},
]
export default new Router({