update:路由更新

This commit is contained in:
2026-04-13 15:23:58 +08:00
parent c63b900251
commit 0abe599511
2 changed files with 49 additions and 2 deletions

View File

@@ -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',

View File

@@ -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: '仿真流程创建',