From 801bfed33ce3082428239cdcd9ee0d8dc081f47c Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期一, 27 五月 2024 10:04:17 +0800 Subject: [PATCH] feat:随机试卷新增排除标签 --- src/router.js | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/router.js b/src/router.js index 86a80d1..79a7290 100644 --- a/src/router.js +++ b/src/router.js @@ -308,13 +308,19 @@ path: 'list', component: () => import('@/views/answer/list'), name: 'AnswerPageList', - meta: { title: '绛斿嵎鍒楄〃', noCache: true } + meta: { title: '绛斿嵎璁板綍', noCache: true } }, { path: 'sheetStatistics', component: () => import('@/views/answer/sheetStatistics.vue'), name: 'AnswerPageList', - meta: { title: '绛斿嵎缁熻', noCache: true } + meta: { title: '鍒嗘暟缁熻', noCache: true } + }, + { + path: 'dataStatistics', + component: () => import('@/views/answer/dataStatistics.vue'), + name: 'AnswerPageList', + meta: { title: '鍒嗘暟缁熻(鍏�)', noCache: true } }, { path: 'achievementStatistics', @@ -570,7 +576,7 @@ path: 'sheetStatistics', component: () => import('@/views/answer/sheetStatistics.vue'), name: 'AnswerPageList', - meta: { title: '绛斿嵎缁熻', noCache: true } + meta: { title: '鍒嗘暟缁熻', noCache: true } }, ] }, -- Gitblit v1.8.0