嵌入bpmn设计流程模块

This commit is contained in:
gexinzhineng/gxzn27
2023-01-28 09:53:43 +08:00
parent 2253ba069f
commit 89c366be68
60 changed files with 10057 additions and 15 deletions

View File

@ -198,6 +198,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
activeMenu: 'bpm/manager/form/formEditor'
}
},
{
path: '/manager/model/edit',
component: () => import('@/views/bpm/model/modelEditor.vue'),
name: 'modelEditor',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '设计流程',
activeMenu: 'bpm/manager/model/design'
}
},
{
path: '/manager/definition',
component: () => import('@/views/bpm/definition/index.vue'),