From 78cfb55ad0919d47a844dc97da4896ba11abc9ba Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 28 六月 2024 11:24:05 +0800 Subject: [PATCH] refactor:填空题答案取消富文本 --- src/router.js | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/router.js b/src/router.js index 3e87f6d..9f0ea40 100644 --- a/src/router.js +++ b/src/router.js @@ -59,6 +59,13 @@ name: 'MarkPaperDetail', meta: { title: '闃呭嵎'}, hidden: true + }, + { + path: '/exam/monitor', + component: () => import('@/views/exam/exam/monitor'), + name: 'monitor', + meta: { title: '鐩戞帶'}, + hidden: true } ] }, @@ -258,7 +265,13 @@ component: () => import('@/views/education/resource/list'), name: 'EducationResourcePage', meta: { title: '鏁欏璧勬簮', noCache: true } - } + }, + { + path: 'cheat/list', + component: () => import('@/views/education/cheat/list'), + name: 'EducationCheatPage', + meta: { title: '浣滃紛璁板綍', noCache: true } + }, ] }, { -- Gitblit v1.8.0