From f4e70fb0ad404cfbd212a6b340393f5ecf998087 Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期五, 28 四月 2023 00:09:00 +0800
Subject: [PATCH] test

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

diff --git a/src/router.js b/src/router.js
index 958c913..bcd09fd 100644
--- a/src/router.js
+++ b/src/router.js
@@ -151,7 +151,19 @@
           path: 'view',
           component: () => import('@/views/pdf/reportView'),
           name: 'reportView',
-          meta: { title: '鎶ュ憡棰勮' }
+          meta: { title: 'reportView' }
+        }
+      ]
+    },
+    {
+      path: '/pdf',
+      component: Layout,
+      children: [
+        {
+          path: 'h5',
+          component: () => import('@/views/pdf/reportH5'),
+          name: 'reportH5',
+          meta: { title: 'reportH5' }
         }
       ]
     }

--
Gitblit v1.9.1