若依 2.2

This commit is contained in:
RuoYi
2020-03-18 09:43:17 +08:00
parent 505ee1d63e
commit 2cc14e5f56
42 changed files with 3325 additions and 25 deletions

View File

@ -92,6 +92,19 @@ export const constantRoutes = [
}
]
},
{
path: '/job',
component: Layout,
hidden: true,
children: [
{
path: 'log',
component: () => import('@/views/monitor/job/log'),
name: 'JobLog',
meta: { title: '调度日志' }
}
]
},
{
path: '/gen',
component: Layout,