xiangpei
2024-11-21 11f9869c2f0559ca995465410baf1deb44c226ce
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: '处理待办' }
      }
    ]
  }
]