ruoyi-ui/src/router/index.js
@@ -197,6 +197,20 @@ meta: { title: '修改生成配置', activeMenu: '/tool/gen' } } ] }, { path: '/task/general-detail', component: Layout, hidden: true, permissions: ['task:general:query'], children: [ { path: 'index/:taskId(\\d+)', component: () => import('@/views/task/general/detail'), name: 'TaskDetail', meta: { title: '任务详情', activeMenu: '/task/general' } } ] } ]