zhuhao hace 2 años
padre
commit
e522d9beab
Se han modificado 1 ficheros con 25 adiciones y 0 borrados
  1. 25 0
      src/router/index.js

+ 25 - 0
src/router/index.js

@@ -96,9 +96,34 @@ const routes = [
             path:'/',
             meta: {
               title: '专利挖掘',
+              // allowPath:true
             },
             component: () => import('@/views/patentMining/index.vue'),
           },
+          {
+            path:'/details',
+            meta: {
+              title: '专利挖掘详情',
+              // allowPath:true
+            },
+            component: () => import('@/views/patentMining/components/details/index.vue'),
+          },
+          {
+            path:'/excavateTask',
+            meta: {
+              title: '专利挖掘任务',
+              // allowPath:true
+            },
+            component: () => import('@/views/patentMining/components/excavateTask/index.vue'),
+          },
+          {
+            path:'/handleExamine',
+            meta: {
+              title: '专利挖掘任务详情',
+              // allowPath:true
+            },
+            component: () => import('@/views/patentMining/components/handleExamine/index.vue'),
+          },
         ]
       },
       // 产品