|
@@ -266,6 +266,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
activeMenu: '/bpm/manager/model'
|
|
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',
|
|
path: '/manager/definition',
|
|
component: () => import('@/views/bpm/definition/index.vue'),
|
|
component: () => import('@/views/bpm/definition/index.vue'),
|