增加流程图的预览界面

This commit is contained in:
YunaiV
2022-01-03 02:41:24 +08:00
parent 38221a3e2e
commit 7bc36a09fb
6 changed files with 161 additions and 7 deletions

View File

@ -176,6 +176,19 @@ export const constantRoutes = [
}
]
},
{
path: '/bpm',
component: Layout,
hidden: true, // TODO 芋艿:未来可删除,暂时作为一个测试页
children: [
{
path: 'manager/model/view',
component: (resolve) => require(['@/views/bpm/model/modelViewer'], resolve),
name: '流程模型-浏览',
meta: { title: '流程模型-浏览' }
}
]
},
]
export default new Router({