瀏覽代碼

删除老项目和任务页面

qinzhipeng_v 5 年之前
父節點
當前提交
56da70bc51
共有 1 個文件被更改,包括 14 次插入14 次删除
  1. 14 14
      src/router/index.js

+ 14 - 14
src/router/index.js

@@ -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: '任务查看编辑' }
+          // }
         ]
       },
       {