xiangpei
2024-05-17 3d141edcebc2ae742ff553a5cc20a0060ef0cb75
src/router.js
@@ -113,12 +113,6 @@
        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 }
      }
    ]
  },