From 3549b2fd37fe56a1c5cddd626ce53a5d720d4d0a Mon Sep 17 00:00:00 2001
From: linzhijie <1003392067@qq.com>
Date: 星期三, 10 五月 2023 15:00:09 +0800
Subject: [PATCH] 职业兴趣bugfix

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

diff --git a/src/router.js b/src/router.js
index 7e01cfd..93c1dc1 100644
--- a/src/router.js
+++ b/src/router.js
@@ -142,6 +142,24 @@
           meta: { title: 'career_interests' }
         }
       ]
+    },
+    {
+      path: '/report',
+      component: Layout,
+      children: [
+        {
+          path: 'view',
+          component: () => import('@/views/report/reportView'),
+          name: 'reportView',
+          meta: { title: 'PDF鎶ュ憡' }
+        }
+      ]
+    },
+    {
+      path: '/report/h5',
+      component: () => import('@/views/report/reportH5'),
+      name: 'reportH5',
+      meta: { title: 'H5鎶ュ憡' }
     }
   ]
 })

--
Gitblit v1.9.1