From b133f992572d5c35687cf9d55a14f4f9fa53f8bc Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 10 五月 2024 17:58:33 +0800 Subject: [PATCH] feat:新增补考按钮 --- src/router.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index cf03701..31f917f 100644 --- a/src/router.js +++ b/src/router.js @@ -154,6 +154,12 @@ hidden: true }, { + path: 'feedback/list', + component: () => import('@/views/feedback/list'), + name: 'feedback', + meta: { title: '閿欓鍙嶉', noCache: true } + }, + { path: 'personalSimulation/list/mathList', component: () => import('@/views/exam/mathList/list.vue'), name: 'multiplemathList', -- Gitblit v1.8.0