src/router.js
@@ -113,6 +113,12 @@ component: () => import('@/views/onlineStudy/file'), name: 'File', meta: { title: '学习文件', noCache: true } }, { path: 'pdf/view', component: () => import('@/components/PDF'), name: 'PDFView', meta: { title: 'PDF查看', noCache: true } } ] },