src/router/index.js
@@ -87,6 +87,19 @@ meta: { title: '个人中心', icon: 'user' } } ] }, { path: '/process', component: Layout, hidden: true, children: [ { path: ':taskType/:step/:taskId', component: () => import('@/views/todo/processTask'), name: 'process', meta: { title: '处理待办' } } ] } ]