From cfff43507bc0bf7a4cb3d0b5e5d92f8d453b0b26 Mon Sep 17 00:00:00 2001 From: wangxi <123456> Date: Tue, 8 Mar 2022 10:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/config/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config/config.ts b/web/config/config.ts index bcbe33b..446ddc7 100644 --- a/web/config/config.ts +++ b/web/config/config.ts @@ -147,13 +147,13 @@ export default defineConfig({ path: '/mockExamination', routes: [ { - name: '章节模拟练习-主题列表', + name: '章节模拟考试', path: '/mockExamination/chapterExamination', component: './mockExamination/chapterExamination', }, { - name: '章节模拟练习-章节列表', + name: '章节模拟考试', path: '/mockExamination/chapterExamination/chapterList/:data_id/:data_type/:subject_id', component: './mockExamination/chapterList', hideInMenu: true,