From 65a176dbc0e9c81781bb4db176f51aa4fd3dc3d3 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 17 五月 2024 17:37:28 +0800
Subject: [PATCH] fix:修改随机试卷回显
---
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