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