|
@@ -469,7 +469,6 @@ const routes = [
|
|
title: '查新检索记录',
|
|
title: '查新检索记录',
|
|
sign: 'noveltySearchRecord',
|
|
sign: 'noveltySearchRecord',
|
|
belong: 'AllReport',
|
|
belong: 'AllReport',
|
|
- keepAlive:true
|
|
|
|
},
|
|
},
|
|
component: () => import('@/views/noveltySearch/components/details/components/contrastRecords/index.vue'),
|
|
component: () => import('@/views/noveltySearch/components/details/components/contrastRecords/index.vue'),
|
|
},
|
|
},
|
|
@@ -481,7 +480,6 @@ const routes = [
|
|
title: '查新对比文件',
|
|
title: '查新对比文件',
|
|
sign: 'noveltySearchFile',
|
|
sign: 'noveltySearchFile',
|
|
belong: 'AllReport',
|
|
belong: 'AllReport',
|
|
- keepAlive:true
|
|
|
|
},
|
|
},
|
|
component: () => import('@/views/noveltySearch/components/details/components/contrastFile/index.vue'),
|
|
component: () => import('@/views/noveltySearch/components/details/components/contrastFile/index.vue'),
|
|
},
|
|
},
|
|
@@ -493,7 +491,6 @@ const routes = [
|
|
title: '导出报告',
|
|
title: '导出报告',
|
|
sign: 'exportReport',
|
|
sign: 'exportReport',
|
|
belong: 'AllReport',
|
|
belong: 'AllReport',
|
|
- keepAlive:true
|
|
|
|
},
|
|
},
|
|
component: () => import('@/views/noveltySearch/components/exportReport/index.vue'),
|
|
component: () => import('@/views/noveltySearch/components/exportReport/index.vue'),
|
|
},
|
|
},
|
|
@@ -505,7 +502,6 @@ const routes = [
|
|
title: '复用结果',
|
|
title: '复用结果',
|
|
sign: 'reuseResults',
|
|
sign: 'reuseResults',
|
|
belong: 'AllReport',
|
|
belong: 'AllReport',
|
|
- keepAlive:true
|
|
|
|
},
|
|
},
|
|
component: () => import('@/views/noveltySearch/components/reuseResults/index.vue'),
|
|
component: () => import('@/views/noveltySearch/components/reuseResults/index.vue'),
|
|
},
|
|
},
|