From b17abb6229752b7fa91a2ea621889150159f39e0 Mon Sep 17 00:00:00 2001
From: linzhijie <1003392067@qq.com>
Date: 星期一, 15 五月 2023 16:05:19 +0800
Subject: [PATCH] 报告优化

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

diff --git a/src/router.js b/src/router.js
index 6c7ed8a..e07934d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -144,16 +144,22 @@
       ]
     },
     {
-      path: '/pdf',
+      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