zhuliu 11 月之前
父節點
當前提交
919b0df109
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/router/index.js

+ 0 - 4
src/router/index.js

@@ -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'),
           },
           },