| | |
| | | path: '/', |
| | | component: Layout, |
| | | name: 'Home', |
| | | redirect: '/index', |
| | | meta: { |
| | | hidden: true, |
| | | noTagsView: true |
| | |
| | | } |
| | | }, |
| | | { |
| | | path: 'manager/simple/model', |
| | | component: () => import('@/views/bpm/simple/SimpleModelDesign.vue'), |
| | | name: 'SimpleModelDesign', |
| | | meta: { |
| | | noCache: true, |
| | | hidden: true, |
| | | canTo: true, |
| | | title: '仿钉钉设计流程', |
| | | activeMenu: '/bpm/manager/model' |
| | | } |
| | | }, |
| | | { |
| | | path: 'manager/definition', |
| | | component: () => import('@/views/bpm/definition/index.vue'), |
| | | name: 'BpmProcessDefinition', |
| | |
| | | canTo: true, |
| | | title: '流程详情', |
| | | activeMenu: '/bpm/task/my' |
| | | } |
| | | }, |
| | | props: (route) => ({ |
| | | id: route.query.id, |
| | | taskId: route.query.taskId, |
| | | activityId: route.query.activityId |
| | | }) |
| | | }, |
| | | { |
| | | path: 'oa/leave/create', |