From c48a5202dfa4584e85497e7ace36b158df190bef Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 11 七月 2024 09:48:10 +0800 Subject: [PATCH] Cookie清除更多 --- src/router.js | 73 +++++++++++++++++++++++++++--------- 1 files changed, 55 insertions(+), 18 deletions(-) diff --git a/src/router.js b/src/router.js index 2f798d4..1e2c89f 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 } + }, ] }, { @@ -294,29 +314,46 @@ ] }, { - path: '/message', + path: '/config', component: Layout, - name: 'MessagePage', - meta: { - title: '娑堟伅涓績', - icon: 'message' - }, - alwaysShow: true, children: [ { - path: 'list', - component: () => import('@/views/message/list'), - name: 'MessageListPage', - meta: { title: '娑堟伅鍒楄〃', noCache: true } + path: '/setting', + name: 'SysSetting', + meta: { + title: '绯荤粺閰嶇疆', + icon: 'answer', + affix: true + }, + component: () => import('@/views/sys/SysSetting') }, - { - path: 'send', - component: () => import('@/views/message/send'), - name: 'MessageSendPage', - meta: { title: '娑堟伅鍙戦��', noCache: true } - } ] }, + + // { + // path: '/message', + // component: Layout, + // name: 'MessagePage', + // meta: { + // title: '娑堟伅涓績', + // icon: 'message' + // }, + // alwaysShow: true, + // children: [ + // { + // path: 'list', + // component: () => import('@/views/message/list'), + // name: 'MessageListPage', + // meta: { title: '娑堟伅鍒楄〃', noCache: true } + // }, + // { + // path: 'send', + // component: () => import('@/views/message/send'), + // name: 'MessageSendPage', + // meta: { title: '娑堟伅鍙戦��', noCache: true } + // } + // ] + // }, { path: '/log', component: Layout, -- Gitblit v1.8.0