From ba3091c2e072d728344bc04db8adb1b5dece2bf0 Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期一, 01 五月 2023 00:42:43 +0800
Subject: [PATCH] CIAQ报告预览支持

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

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

--
Gitblit v1.9.1