From 99b389c31e0e1cd7277a99683f637b239da44c70 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 26 七月 2023 15:23:25 +0800 Subject: [PATCH] 修改青羊后台题目个人模拟列表 --- src/router.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index c466ace..0d021b0 100644 --- a/src/router.js +++ b/src/router.js @@ -128,6 +128,13 @@ hidden: true }, { + path: 'personalSimulation/list/mathList', + component: () => import('@/views/exam/mathList/list.vue'), + name: 'multiplemathList', + meta: { title: '妯℃嫙鍒楄〃璇︽儏', noCache: true, activeMenu: '/exam/mathList/list' }, + hidden: true + }, + { path: 'question/edit/multipleChoice', component: () => import('@/views/exam/question/edit/multiple-choice'), name: 'multipleChoicePage', -- Gitblit v1.8.0