From f7fba7469eb458c000bdad97a2c130a9e9ea212b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 11 七月 2024 09:45:29 +0800
Subject: [PATCH] feat:题目导入
---
src/router.js | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/src/router.js b/src/router.js
index 8fc0cf1..0059a0d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -50,21 +50,21 @@
path: '/exam/mark/paper',
component: () => import('@/views/exam/exam/MarkPaper'),
name: 'MarkPaper',
- meta: { title: '闃呭嵎'},
+ meta: { title: '闃呭嵎', noCache: true },
hidden: true
},
{
path: '/exam/mark/paper/detail',
component: () => import('@/views/exam/exam/MarkPaperDetail'),
name: 'MarkPaperDetail',
- meta: { title: '闃呭嵎'},
+ meta: { title: '闃呭嵎璇︽儏', noCache: true },
hidden: true
},
{
path: '/exam/monitor',
component: () => import('@/views/exam/exam/monitor'),
name: 'monitor',
- meta: { title: '鐩戞帶'},
+ meta: { title: '鐩戞帶', noCache: true },
hidden: true
}
]
@@ -313,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,
@@ -368,7 +385,8 @@
}
]
},
- { path: '*',
+ {
+ path: '*',
hidden: true,
component: () => import('@/views/error-page/404'),
meta: { title: '404', noCache: true }
--
Gitblit v1.8.0