update:路由更新
This commit is contained in:
@@ -145,6 +145,29 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '作业管理',
|
||||
path: '/job',
|
||||
name: 'Job',
|
||||
icon: Icons['Monitor'],
|
||||
children: [
|
||||
{
|
||||
title: '作业提交',
|
||||
path: '/job/submit',
|
||||
name: 'JobSubmit',
|
||||
},
|
||||
// {
|
||||
// title: '作业列表',
|
||||
// path: '/job/list',
|
||||
// name: 'JobList',
|
||||
// },
|
||||
// {
|
||||
// title: '计算资源',
|
||||
// path: '/job/resources',
|
||||
// name: 'JobResources',
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '数据管理',
|
||||
path: '/data',
|
||||
|
||||
@@ -87,6 +87,31 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '作业管理',
|
||||
path: '/job',
|
||||
name: 'Job',
|
||||
children: [
|
||||
{
|
||||
title: '作业提交',
|
||||
path: '/job/submit',
|
||||
name: 'JobSubmit',
|
||||
component: () => import('@/views/job/jobSubmit/index.vue'),
|
||||
},
|
||||
// {
|
||||
// title: '作业列表',
|
||||
// path: '/job/list',
|
||||
// name: 'JobList',
|
||||
// component: () => import('@/views/job/JobList/index.vue'),
|
||||
// },
|
||||
// {
|
||||
// title: '计算资源',
|
||||
// path: '/job/resources',
|
||||
// name: 'JobResources',
|
||||
// component: () => import('@/views/job/JobResources/index.vue'),
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '任务管理',
|
||||
path: '/task',
|
||||
@@ -328,8 +353,7 @@ export default [
|
||||
title: '异常案例库',
|
||||
path: '/competenceCenter/exceptionCase',
|
||||
name: 'CompetenceCenterExceptionCase',
|
||||
component: () =>
|
||||
import('@/tenants/lyric/views/competenceCenter/exceptionCase/index.vue'),
|
||||
component: () => import('@/tenants/lyric/views/competenceCenter/exceptionCase/index.vue'),
|
||||
},
|
||||
// {
|
||||
// title: '仿真流程创建',
|
||||
|
||||
Reference in New Issue
Block a user