|
@@ -37,14 +37,14 @@ import Home from '@/views/home/index'
|
|
export const constantRoutes = [{
|
|
export const constantRoutes = [{
|
|
path: '/login',
|
|
path: '/login',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/login/index'),
|
|
|
|
|
|
+ import('@/views/login/index'),
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
path: '/404',
|
|
path: '/404',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/404'),
|
|
|
|
|
|
+ import('@/views/404'),
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
|
|
|
|
@@ -69,7 +69,7 @@ export const constantRoutes = [{
|
|
children: [{
|
|
children: [{
|
|
path: 'person',
|
|
path: 'person',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/workbench/person/index.vue'),
|
|
|
|
|
|
+ import('@/views/workbench/person/index.vue'),
|
|
meta: { title: '个人工作台' }
|
|
meta: { title: '个人工作台' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -84,7 +84,7 @@ export const constantRoutes = [{
|
|
{
|
|
{
|
|
path: 'team',
|
|
path: 'team',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/workbench/team/index.vue'),
|
|
|
|
|
|
+ import('@/views/workbench/team/index.vue'),
|
|
meta: { title: '团队工作台' }
|
|
meta: { title: '团队工作台' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -99,7 +99,7 @@ export const constantRoutes = [{
|
|
path: 'projectIndex',
|
|
path: 'projectIndex',
|
|
name: '项目',
|
|
name: '项目',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/projectList/projectIndex'),
|
|
|
|
|
|
+ import('@/views/projectManage/projectList/projectIndex'),
|
|
meta: { title: '项目' }
|
|
meta: { title: '项目' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -107,14 +107,14 @@ export const constantRoutes = [{
|
|
name: '项目详情',
|
|
name: '项目详情',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/projectList/projectViewDetails'),
|
|
|
|
|
|
+ import('@/views/projectManage/projectList/projectViewDetails'),
|
|
meta: { title: '项目详情' }
|
|
meta: { title: '项目详情' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'requirement',
|
|
path: 'requirement',
|
|
name: '需求',
|
|
name: '需求',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/requirement/list/index.vue'),
|
|
|
|
|
|
+ import('@/views/projectManage/requirement/list/index.vue'),
|
|
meta: { title: '需求' }
|
|
meta: { title: '需求' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -123,14 +123,14 @@ export const constantRoutes = [{
|
|
hidden: true,
|
|
hidden: true,
|
|
props: true,
|
|
props: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/requirement/details/index.vue'),
|
|
|
|
|
|
+ import('@/views/projectManage/requirement/details/index.vue'),
|
|
meta: { title: '需求详情' }
|
|
meta: { title: '需求详情' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'taskIndex',
|
|
path: 'taskIndex',
|
|
name: '任务',
|
|
name: '任务',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/taskList/taskIndex'),
|
|
|
|
|
|
+ import('@/views/projectManage/taskList/taskIndex'),
|
|
meta: { title: '任务' }
|
|
meta: { title: '任务' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -138,28 +138,28 @@ export const constantRoutes = [{
|
|
name: '任务详情',
|
|
name: '任务详情',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/taskList/taskViewDetails'),
|
|
|
|
|
|
+ import('@/views/projectManage/taskList/taskViewDetails'),
|
|
meta: { title: '任务详情' }
|
|
meta: { title: '任务详情' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/Platform/projectManage/version',
|
|
path: '/Platform/projectManage/version',
|
|
name: '版本',
|
|
name: '版本',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testa'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testa'),
|
|
redirect: '/Platform/projectManage/version',
|
|
redirect: '/Platform/projectManage/version',
|
|
meta: { title: '版本' },
|
|
meta: { title: '版本' },
|
|
children: [{
|
|
children: [{
|
|
path: 'version',
|
|
path: 'version',
|
|
name: '版本1',
|
|
name: '版本1',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/version/list/index.vue'),
|
|
|
|
|
|
+ import('@/views/projectManage/version/list/index.vue'),
|
|
meta: { title: '版本' }
|
|
meta: { title: '版本' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'versionsCalendar',
|
|
path: 'versionsCalendar',
|
|
name: '版本日历',
|
|
name: '版本日历',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/taskList/versionsCalendar'),
|
|
|
|
|
|
+ import('@/views/projectManage/taskList/versionsCalendar'),
|
|
meta: { title: '版本日历' }
|
|
meta: { title: '版本日历' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -168,7 +168,7 @@ export const constantRoutes = [{
|
|
path: '/projectManage/bugList/bugindex',
|
|
path: '/projectManage/bugList/bugindex',
|
|
name: '缺陷',
|
|
name: '缺陷',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/bugList/bugindex'),
|
|
|
|
|
|
+ import('@/views/projectManage/bugList/bugindex'),
|
|
meta: { title: '缺陷' }
|
|
meta: { title: '缺陷' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -177,21 +177,21 @@ export const constantRoutes = [{
|
|
hidden: true,
|
|
hidden: true,
|
|
props: true,
|
|
props: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/projectManage/bugList/details/index.vue'),
|
|
|
|
|
|
+ import('@/views/projectManage/bugList/details/index.vue'),
|
|
meta: { title: '缺陷详情' }
|
|
meta: { title: '缺陷详情' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/Platform/presentation',
|
|
path: '/Platform/presentation',
|
|
name: '报告',
|
|
name: '报告',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testa'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testa'),
|
|
redirect: '/Platform/presentation/testPresentation',
|
|
redirect: '/Platform/presentation/testPresentation',
|
|
meta: { title: '报告' },
|
|
meta: { title: '报告' },
|
|
children: [{
|
|
children: [{
|
|
path: 'testPresentation',
|
|
path: 'testPresentation',
|
|
name: '报告',
|
|
name: '报告',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testPresentation'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testPresentation'),
|
|
meta: { title: '报告' }
|
|
meta: { title: '报告' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -199,7 +199,7 @@ export const constantRoutes = [{
|
|
name: '新增日报报告',
|
|
name: '新增日报报告',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/DailyNewsAdded'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/DailyNewsAdded'),
|
|
meta: { title: '新增日报报告' }
|
|
meta: { title: '新增日报报告' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -207,7 +207,7 @@ export const constantRoutes = [{
|
|
name: '新增服务器提测报告',
|
|
name: '新增服务器提测报告',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/presentationReport'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/presentationReport'),
|
|
meta: { title: '新增服务器提测报告' }
|
|
meta: { title: '新增服务器提测报告' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -215,7 +215,7 @@ export const constantRoutes = [{
|
|
name: '提测预览',
|
|
name: '提测预览',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/acceptTheReport'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/acceptTheReport'),
|
|
meta: { title: '提测预览' }
|
|
meta: { title: '提测预览' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -223,7 +223,7 @@ export const constantRoutes = [{
|
|
name: '日报预览',
|
|
name: '日报预览',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testPresenyL'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testPresenyL'),
|
|
meta: { title: '日报预览' }
|
|
meta: { title: '日报预览' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -231,7 +231,7 @@ export const constantRoutes = [{
|
|
name: '准出预览',
|
|
name: '准出预览',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/ResultPageyL'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/ResultPageyL'),
|
|
meta: { title: '准出预览' }
|
|
meta: { title: '准出预览' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -239,7 +239,7 @@ export const constantRoutes = [{
|
|
name: '新增服务器端准出报告',
|
|
name: '新增服务器端准出报告',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/Acceptance'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/Acceptance'),
|
|
meta: { title: '新增服务器端准出报告' }
|
|
meta: { title: '新增服务器端准出报告' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -247,7 +247,7 @@ export const constantRoutes = [{
|
|
name: '新增客户端准出报告',
|
|
name: '新增客户端准出报告',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/ClientAcceptance'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/ClientAcceptance'),
|
|
meta: { title: '新增客户端准出报告' }
|
|
meta: { title: '新增客户端准出报告' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -255,7 +255,7 @@ export const constantRoutes = [{
|
|
name: '新增客户端提测报告',
|
|
name: '新增客户端提测报告',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/PresentReport'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/PresentReport'),
|
|
meta: { title: '新增客户端提测报告' }
|
|
meta: { title: '新增客户端提测报告' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -271,7 +271,7 @@ export const constantRoutes = [{
|
|
path: 'useCasePage',
|
|
path: 'useCasePage',
|
|
name: '测试用例',
|
|
name: '测试用例',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/useCasePage'),
|
|
|
|
|
|
+ import('@/views/Platform/useCasePage'),
|
|
meta: { title: '测试用例' }
|
|
meta: { title: '测试用例' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -279,7 +279,7 @@ export const constantRoutes = [{
|
|
name: '用例新增',
|
|
name: '用例新增',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/useCase/createUse'),
|
|
|
|
|
|
+ import('@/views/Platform/useCase/createUse'),
|
|
meta: { title: '用例新增' }
|
|
meta: { title: '用例新增' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -287,14 +287,14 @@ export const constantRoutes = [{
|
|
name: '用例查看',
|
|
name: '用例查看',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/useCase/queryUse'),
|
|
|
|
|
|
+ import('@/views/Platform/useCase/queryUse'),
|
|
meta: { title: '用例查看' }
|
|
meta: { title: '用例查看' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'testPage',
|
|
path: 'testPage',
|
|
name: '测试计划',
|
|
name: '测试计划',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/testPage.vue'),
|
|
|
|
|
|
+ import('@/views/Platform/testPage.vue'),
|
|
meta: { title: '测试计划' }
|
|
meta: { title: '测试计划' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -309,7 +309,7 @@ export const constantRoutes = [{
|
|
path: 'operate',
|
|
path: 'operate',
|
|
name: '操作',
|
|
name: '操作',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '操作' },
|
|
meta: { title: '操作' },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
@@ -337,7 +337,7 @@ export const constantRoutes = [{
|
|
path: 'b2b',
|
|
path: 'b2b',
|
|
name: '企业级',
|
|
name: '企业级',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '企业级' },
|
|
meta: { title: '企业级' },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
@@ -360,48 +360,48 @@ export const constantRoutes = [{
|
|
path: 'data-maintain',
|
|
path: 'data-maintain',
|
|
name: '信息维护',
|
|
name: '信息维护',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '信息维护' },
|
|
meta: { title: '信息维护' },
|
|
children: [{
|
|
children: [{
|
|
path: 'businessline',
|
|
path: 'businessline',
|
|
name: 'businessline',
|
|
name: 'businessline',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '业务线管理' }
|
|
meta: { title: '业务线管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'whitelist',
|
|
path: 'whitelist',
|
|
name: 'whitelist',
|
|
name: 'whitelist',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '白名单管理' }
|
|
meta: { title: '白名单管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'module',
|
|
path: 'module',
|
|
name: 'module',
|
|
name: 'module',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '模块管理' }
|
|
meta: { title: '模块管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'group',
|
|
path: 'group',
|
|
name: 'group',
|
|
name: 'group',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: 'Group管理' }
|
|
meta: { title: 'Group管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'topic',
|
|
path: 'topic',
|
|
name: 'topic',
|
|
name: 'topic',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: 'Topic管理' }
|
|
meta: { title: 'Topic管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'userContainer',
|
|
path: 'userContainer',
|
|
name: 'userContainer',
|
|
name: 'userContainer',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '用户容器外网' }
|
|
meta: { title: '用户容器外网' }
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
@@ -409,14 +409,14 @@ export const constantRoutes = [{
|
|
path: 'other',
|
|
path: 'other',
|
|
name: 'other',
|
|
name: 'other',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '其他' },
|
|
meta: { title: '其他' },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'data',
|
|
path: 'data',
|
|
name: 'data',
|
|
name: 'data',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/env/index.vue'),
|
|
|
|
|
|
+ import('@/views/env/index.vue'),
|
|
meta: { title: '数据统计' }
|
|
meta: { title: '数据统计' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -436,12 +436,11 @@ export const constantRoutes = [{
|
|
path: 'problemList',
|
|
path: 'problemList',
|
|
name: '线上问题1',
|
|
name: '线上问题1',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/onlineProblem/problemList.vue'),
|
|
|
|
|
|
+ import('@/views/onlineProblem/problemList.vue'),
|
|
meta: { title: '线上问题' }
|
|
meta: { title: '线上问题' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
-
|
|
|
|
{
|
|
{
|
|
path: '/quality',
|
|
path: '/quality',
|
|
component: Layout,
|
|
component: Layout,
|
|
@@ -452,7 +451,7 @@ export const constantRoutes = [{
|
|
path: 'qualityMeasurement',
|
|
path: 'qualityMeasurement',
|
|
name: '质量大盘',
|
|
name: '质量大盘',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/quality/qualityMeasurement.vue'),
|
|
|
|
|
|
+ import('@/views/quality/qualityMeasurement.vue'),
|
|
meta: { title: '统计分析' }
|
|
meta: { title: '统计分析' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -460,7 +459,7 @@ export const constantRoutes = [{
|
|
name: '上线过程',
|
|
name: '上线过程',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/quality/qualityProcess.vue'),
|
|
|
|
|
|
+ import('@/views/quality/qualityProcess.vue'),
|
|
meta: { title: '上线过程' }
|
|
meta: { title: '上线过程' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -468,7 +467,7 @@ export const constantRoutes = [{
|
|
name: '缺陷过程',
|
|
name: '缺陷过程',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/quality/qualityDefectProcess.vue'),
|
|
|
|
|
|
+ import('@/views/quality/qualityDefectProcess.vue'),
|
|
meta: { title: '缺陷过程' }
|
|
meta: { title: '缺陷过程' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -476,7 +475,7 @@ export const constantRoutes = [{
|
|
name: '热修复过程',
|
|
name: '热修复过程',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/quality/qualityHotpatchProcess.vue'),
|
|
|
|
|
|
+ import('@/views/quality/qualityHotpatchProcess.vue'),
|
|
meta: { title: '热修复过程' }
|
|
meta: { title: '热修复过程' }
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
@@ -492,7 +491,7 @@ export const constantRoutes = [{
|
|
name: '新建线上问题',
|
|
name: '新建线上问题',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/onlineProblem/problemCreate'),
|
|
|
|
|
|
+ import('@/views/onlineProblem/problemCreate'),
|
|
meta: { title: '新建线上问题' }
|
|
meta: { title: '新建线上问题' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -500,7 +499,7 @@ export const constantRoutes = [{
|
|
name: '查看线上问题',
|
|
name: '查看线上问题',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/onlineProblem/problemQuery'),
|
|
|
|
|
|
+ import('@/views/onlineProblem/problemQuery'),
|
|
meta: { title: '查看线上问题' }
|
|
meta: { title: '查看线上问题' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -508,7 +507,7 @@ export const constantRoutes = [{
|
|
name: '更新线上问题',
|
|
name: '更新线上问题',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/onlineProblem/problemUpdate'),
|
|
|
|
|
|
+ import('@/views/onlineProblem/problemUpdate'),
|
|
meta: { title: '更新线上问题' }
|
|
meta: { title: '更新线上问题' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -524,7 +523,7 @@ export const constantRoutes = [{
|
|
path: '/views/mock',
|
|
path: '/views/mock',
|
|
name: 'Mock服务',
|
|
name: 'Mock服务',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testa'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testa'),
|
|
meta: { title: 'Mock服务' },
|
|
meta: { title: 'Mock服务' },
|
|
children: [{
|
|
children: [{
|
|
path: 'interface',
|
|
path: 'interface',
|
|
@@ -561,7 +560,7 @@ export const constantRoutes = [{
|
|
{
|
|
{
|
|
path: '/online-quality',
|
|
path: '/online-quality',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/Platform/presentation/testa'),
|
|
|
|
|
|
+ import('@/views/Platform/presentation/testa'),
|
|
redirect: '/online-quality/check-list',
|
|
redirect: '/online-quality/check-list',
|
|
name: '上线质检',
|
|
name: '上线质检',
|
|
meta: { title: '上线质检' },
|
|
meta: { title: '上线质检' },
|
|
@@ -569,14 +568,14 @@ export const constantRoutes = [{
|
|
path: 'check-list',
|
|
path: 'check-list',
|
|
name: '模板管理',
|
|
name: '模板管理',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/online-quality/CheckConfig/index.vue'),
|
|
|
|
|
|
+ import('@/views/online-quality/CheckConfig/index.vue'),
|
|
meta: { title: '模板管理' }
|
|
meta: { title: '模板管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'history-task',
|
|
path: 'history-task',
|
|
name: '历史任务',
|
|
name: '历史任务',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/online-quality/HistoryTask/index.vue'),
|
|
|
|
|
|
+ import('@/views/online-quality/HistoryTask/index.vue'),
|
|
meta: { title: '历史任务' }
|
|
meta: { title: '历史任务' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -585,14 +584,14 @@ export const constantRoutes = [{
|
|
name: '历史任务详情',
|
|
name: '历史任务详情',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/online-quality/HistoryTask/taskDetails.vue'),
|
|
|
|
|
|
+ import('@/views/online-quality/HistoryTask/taskDetails.vue'),
|
|
meta: { title: '历史任务详情' }
|
|
meta: { title: '历史任务详情' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'block-server',
|
|
path: 'block-server',
|
|
name: '阻断服务',
|
|
name: '阻断服务',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/online-quality/BlockServer/index.vue'),
|
|
|
|
|
|
+ import('@/views/online-quality/BlockServer/index.vue'),
|
|
meta: { title: '阻断服务' }
|
|
meta: { title: '阻断服务' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -653,7 +652,7 @@ export const constantRoutes = [{
|
|
path: 'configure',
|
|
path: 'configure',
|
|
name: '配置',
|
|
name: '配置',
|
|
component: () =>
|
|
component: () =>
|
|
- import('@/views/ToConfigure/configure'),
|
|
|
|
|
|
+ import('@/views/ToConfigure/configure'),
|
|
meta: { title: '配置' }
|
|
meta: { title: '配置' }
|
|
}
|
|
}
|
|
]
|
|
]
|