|
@@ -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'),
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
// 产品
|