zhuliu 11 months ago
parent
commit
919b0df109
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/router/index.js

+ 0 - 4
src/router/index.js

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