From 30232619eeb95099a30fb5579da898d698dcacbb Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 28 五月 2024 09:34:46 +0800 Subject: [PATCH] fix:多选回显问题 --- src/router.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router.js b/src/router.js index 0027693..79a7290 100644 --- a/src/router.js +++ b/src/router.js @@ -308,19 +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 } + meta: { title: '鍒嗘暟缁熻(鍏�)', noCache: true } }, { path: 'achievementStatistics', @@ -576,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