mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-29 10:25:07 +08:00
引入 bpmnProcessDesigner 组件
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user