From 7c55881bbdbbc6914a242693628c71faa06aa878 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 17 五月 2024 15:02:20 +0800 Subject: [PATCH] 文件下载 --- src/router.js | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/router.js b/src/router.js index dafb79e..23690a2 100644 --- a/src/router.js +++ b/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 } } ] }, -- Gitblit v1.8.0