From 27f869c1e6c0c79f763a34bfffc09a55c1841cc1 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 05 六月 2024 16:49:14 +0800
Subject: [PATCH] feat:答题卡选择效果

---
 src/router/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index eaa2e50..268e366 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -5,7 +5,7 @@
 const routes = [
   {
     path: '/',
-    redirect: '/exam-list'
+    redirect: '/exam'
   },
 
   {

--
Gitblit v1.8.0