|
@@ -77,19 +77,6 @@ const layout = [
|
|
|
component: () => import('@/views/projectManage/requirement/requirementDetail.vue'),
|
|
|
meta: { title: '需求详情' }
|
|
|
},
|
|
|
- {
|
|
|
- path: 'iteration',
|
|
|
- name: '迭代',
|
|
|
- component: () => import('@/views/projectManage/iteration/index'),
|
|
|
- meta: { title: '迭代' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'iterationDetails',
|
|
|
- name: '迭代详情',
|
|
|
- hidden: true,
|
|
|
- component: () => import('@/views/projectManage/iteration/details/iterationDetails.vue'),
|
|
|
- meta: { title: '迭代详情' }
|
|
|
- },
|
|
|
{
|
|
|
path: 'taskIndex',
|
|
|
name: '任务',
|
|
@@ -111,17 +98,17 @@ const layout = [
|
|
|
meta: { title: '子任务详情' }
|
|
|
},
|
|
|
{
|
|
|
- path: 'version',
|
|
|
- name: '版本',
|
|
|
- component: () => import('@/views/projectManage/version/list/index.vue'),
|
|
|
- meta: { title: '版本' }
|
|
|
+ path: '/projectManage/bugList/bugindex',
|
|
|
+ name: '缺陷',
|
|
|
+ component: () => import('@/views/projectManage/bugList/bugindex'),
|
|
|
+ meta: { title: '缺陷' }
|
|
|
},
|
|
|
{
|
|
|
- path: 'versionsCalendar',
|
|
|
- name: '版本日历',
|
|
|
+ path: 'bugDetails',
|
|
|
+ name: '缺陷详情',
|
|
|
hidden: true,
|
|
|
- component: () => import('@/views/projectManage/taskList/versionsCalendar'),
|
|
|
- meta: { title: '版本日历' }
|
|
|
+ component: () => import('@/views/projectManage/bugList/details/index.vue'),
|
|
|
+ meta: { title: '缺陷详情' }
|
|
|
},
|
|
|
{
|
|
|
path: 'reportManagement',
|
|
@@ -171,9 +158,37 @@ const layout = [
|
|
|
component: () => import('@/views/Platform/presentation/ResultPageyL'),
|
|
|
meta: { title: '准出预览' }
|
|
|
},
|
|
|
+ {
|
|
|
+ path: 'iteration',
|
|
|
+ name: '迭代',
|
|
|
+ cutOff: true,
|
|
|
+ component: () => import('@/views/projectManage/iteration/index'),
|
|
|
+ meta: { title: '迭代' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'iterationDetails',
|
|
|
+ name: '迭代详情',
|
|
|
+ hidden: true,
|
|
|
+ component: () => import('@/views/projectManage/iteration/details/iterationDetails.vue'),
|
|
|
+ meta: { title: '迭代详情' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'version',
|
|
|
+ name: '版本',
|
|
|
+ component: () => import('@/views/projectManage/version/list/index.vue'),
|
|
|
+ meta: { title: '版本' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'versionsCalendar',
|
|
|
+ name: '版本日历',
|
|
|
+ hidden: true,
|
|
|
+ component: () => import('@/views/projectManage/taskList/versionsCalendar'),
|
|
|
+ meta: { title: '版本日历' }
|
|
|
+ },
|
|
|
{
|
|
|
path: 'requireStatistics',
|
|
|
name: '需求统计',
|
|
|
+ cutOff: true,
|
|
|
component: () => import('@/views/quality/requireStatistics.vue'),
|
|
|
meta: { title: '需求统计' }
|
|
|
},
|