From 8714e13ef711b5173f81697b8891382b61608771 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 27 五月 2024 10:41:10 +0800 Subject: [PATCH] 优化 --- 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