流程模型中增加仿钉钉设计器入口

This commit is contained in:
jason
2024-03-20 22:25:24 +08:00
parent 07dc725857
commit 0d4b6f6344
3 changed files with 60 additions and 0 deletions

View File

@ -266,6 +266,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
activeMenu: '/bpm/manager/model'
}
},
{
path: '/manager/simple/workflow/model/edit',
component: () => import('@/views/bpm/simpleWorkflow/index.vue'),
name: 'SimpleWorkflowDesignEditor',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '仿钉钉设计流程',
activeMenu: '/bpm/manager/model'
}
},
{
path: '/manager/definition',
component: () => import('@/views/bpm/definition/index.vue'),