From 5e4bed2d67b26eeb7eab4d176bfabe3f527836e4 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期五, 19 七月 2024 13:48:29 +0800
Subject: [PATCH] 修复答题刷新与CAQ分片2从第2题开始bug

---
 src/router.js |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/src/router.js b/src/router.js
index 6c7ed8a..e6e59b7 100644
--- a/src/router.js
+++ b/src/router.js
@@ -32,6 +32,12 @@
           component: () => import('@/views/demography/langOption'),
           name: 'langOption',
           meta: { title: 'langOption' }
+        },
+        {
+          path: 'logo',
+          component: () => import('@/views/demography/logo'),
+          name: 'logo',
+          meta: { title: 'logo' }
         }
       ]
     },
@@ -144,16 +150,34 @@
       ]
     },
     {
-      path: '/pdf',
+      path: '/exam',
+      component: Layout,
+      children: [
+        {
+          path: 'exercise',
+          component: () => import('@/views/exam/paper/exercise'),
+          name: 'ExamPaperExercise',
+          meta: { title: 'exercise' }
+        }
+      ]
+    },
+    {
+      path: '/report',
       component: Layout,
       children: [
         {
           path: 'view',
-          component: () => import('@/views/pdf/h5'),
-          name: 'h5',
-          meta: { title: 'pdf棰勮' }
+          component: () => import('@/views/report/reportView'),
+          name: 'reportView',
+          meta: { title: 'PDF鎶ュ憡' }
         }
       ]
+    },
+    {
+      path: '/report/h5',
+      component: () => import('@/views/report/reportH5'),
+      name: 'reportH5',
+      meta: { title: '涓汉鍙嶉鎶ュ憡' }
     }
   ]
 })

--
Gitblit v1.9.1