Merge branch 'feature/vue3-bpm' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/vue3-bpm

This commit is contained in:
YunaiV
2023-01-30 20:48:29 +08:00
61 changed files with 10214 additions and 54 deletions

View File

@ -210,6 +210,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'),