提交 b70d85dc authored 作者: 吕本才's avatar 吕本才

快捷菜单

上级 35b3b12a
......@@ -88,6 +88,72 @@ export const constantRoutes = [
}
]
},
// 快捷菜单路由
{
path: '/jcjs',
component: Layout,
hidden: true,
children: [
{
path: 'sjy',
component: () => import('@/views/rule/datasource/index'),
name: 'DataSource',
meta: { title: '数据源管理' }
}
]
},
{
path: '/sjjc',
component: Layout,
hidden: true,
children: [
{
path: 'jobInfo',
component: () => import('@/views/datax/jobInfo/index'),
name: 'JobInfo',
meta: { title: '任务管理' }
}
]
},
{
path: '/flink',
component: Layout,
hidden: true,
children: [
{
path: 'FlinkTaskManage',
component: () => import('@/views/flink/task-manage/index'),
name: 'FlinkTaskManage',
meta: { title: '任务列表' }
}
]
},
{
path: '/market',
component: Layout,
hidden: true,
children: [
{
path: 'dataapi',
component: () => import('@/views/market/dataapi/index'),
name: 'DataApi',
meta: { title: '数据服务' }
}
]
},
{
path: '/quality',
component: Layout,
hidden: true,
children: [
{
path: 'checkrule',
component: () => import('@/views/quality/checkrule/index'),
name: 'CheckRule',
meta: { title: '规则配置' }
}
]
},
{
path: '/flink/task-manage',
redirect: 'noRedirect',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论