|
@@ -294,21 +294,21 @@ export const constantRoutes = [
|
|
|
hidden: true,
|
|
|
component: () => import('@/views/Platform/presentation/PresentReport'),
|
|
|
meta: { title: '新增客户端提测报告' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'projectQuery',
|
|
|
- name: '项目查看编辑',
|
|
|
- hidden: true,
|
|
|
- component: () => import('@/views/Platform/projectQuery/projectQuery.vue'),
|
|
|
- meta: { title: '项目查看编辑' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'taskQuery',
|
|
|
- name: '任务查看编辑',
|
|
|
- hidden: true,
|
|
|
- component: () => import('@/views/Platform/projectQuery/taskQuery.vue'),
|
|
|
- meta: { title: '任务查看编辑' }
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: 'projectQuery',
|
|
|
+ // name: '项目查看编辑',
|
|
|
+ // hidden: true,
|
|
|
+ // component: () => import('@/views/Platform/projectQuery/projectQuery.vue'),
|
|
|
+ // meta: { title: '项目查看编辑' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'taskQuery',
|
|
|
+ // name: '任务查看编辑',
|
|
|
+ // hidden: true,
|
|
|
+ // component: () => import('@/views/Platform/projectQuery/taskQuery.vue'),
|
|
|
+ // meta: { title: '任务查看编辑' }
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|