From 42fa5d84c3f5fb151a194fea3741a58bd5b4edb6 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期四, 29 二月 2024 14:53:33 +0800
Subject: [PATCH] API-Fan增加显示logo页面

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

diff --git a/src/router.js b/src/router.js
index 93c1dc1..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,6 +150,18 @@
       ]
     },
     {
+      path: '/exam',
+      component: Layout,
+      children: [
+        {
+          path: 'exercise',
+          component: () => import('@/views/exam/paper/exercise'),
+          name: 'ExamPaperExercise',
+          meta: { title: 'exercise' }
+        }
+      ]
+    },
+    {
       path: '/report',
       component: Layout,
       children: [
@@ -159,7 +177,7 @@
       path: '/report/h5',
       component: () => import('@/views/report/reportH5'),
       name: 'reportH5',
-      meta: { title: 'H5鎶ュ憡' }
+      meta: { title: '涓汉鍙嶉鎶ュ憡' }
     }
   ]
 })

--
Gitblit v1.9.1