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 | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 9f0ea40..1e2c89f 100644 --- a/src/router.js +++ b/src/router.js @@ -148,6 +148,13 @@ hidden: true }, { + path: 'paper/import', + component: () => import('@/views/exam/paper/import'), + name: 'ExamPaperImport', + meta: { title: '璇曞嵎瀵煎叆', noCache: true, activeMenu: '/exam/paper/list' }, + hidden: true + }, + { path: 'question/list', component: () => import('@/views/exam/question/list'), name: 'ExamQuestionPageList', @@ -306,6 +313,23 @@ } ] }, + { + path: '/config', + component: Layout, + children: [ + { + path: '/setting', + name: 'SysSetting', + meta: { + title: '绯荤粺閰嶇疆', + icon: 'answer', + affix: true + }, + component: () => import('@/views/sys/SysSetting') + }, + ] + }, + // { // path: '/message', // component: Layout, -- Gitblit v1.8.0