浏览代码

专利挖掘

zhuhao 2 年之前
父节点
当前提交
e522d9beab
共有 1 个文件被更改,包括 25 次插入0 次删除
  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'),
+          },
         ]
       },
       // 产品