src/router/index.js
@@ -235,7 +235,7 @@ name: 'taskmanage', path: 'manage', component: () => import('@/views/fysp/task/TaskManage.vue'), meta: { keepAlive: true } meta: { keepAlive: false } }, { //监管任务场景编辑 @@ -408,6 +408,11 @@ component: () => import('@/views/DocTest.vue') } ] }, { name: 'pdfPreview', path: '/common/pdfPreview', component: () => import('@/views/common/PDFViewer.vue') } ];