|
@@ -192,14 +192,14 @@ const layout = [
|
|
|
component: () => import('@/views/projectManage/taskList/versionsCalendar'),
|
|
|
meta: { title: '版本日历' }
|
|
|
},
|
|
|
- {
|
|
|
- path: 'onlineProblem',
|
|
|
- name: '线上问题 ',
|
|
|
- icon: 'problem',
|
|
|
- cutOff: true,
|
|
|
- component: () => import('@/views/projectManage/onlineproblem'),
|
|
|
- meta: { title: '线上问题 ' }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'onlineProblem',
|
|
|
+ // name: '线上问题 ',
|
|
|
+ // icon: 'problem',
|
|
|
+ // cutOff: true,
|
|
|
+ // component: () => import('@/views/projectManage/onlineproblem'),
|
|
|
+ // meta: { title: '线上问题 ' }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'useCasePage',
|
|
|
name: '测试用例',
|