From 8480b10b70bf09f204597441a1f8c2496c455863 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 10 七月 2024 15:39:42 +0800 Subject: [PATCH] 教学资源增加上传类型 --- src/router.js | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/router.js b/src/router.js index 3e87f6d..8fc0cf1 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 } ] }, @@ -138,6 +145,13 @@ component: () => import('@/views/exam/paper/edit'), name: 'ExamPaperEdit', meta: { title: '璇曞嵎缂栬緫', noCache: true, activeMenu: '/exam/paper/list' }, + hidden: true + }, + { + path: 'paper/import', + component: () => import('@/views/exam/paper/import'), + name: 'ExamPaperImport', + meta: { title: '璇曞嵎瀵煎叆', noCache: true, activeMenu: '/exam/paper/list' }, hidden: true }, { @@ -258,7 +272,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