pdf
xiangpei
2024-05-17 b60049c4fd341d6a0d109408aa998e02528fc6d6
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 }
      }
    ]
  },