From cbb07baa7fec84a79914651daa22ba214f4e0260 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期三, 31 一月 2024 17:36:27 +0800
Subject: [PATCH] Merge branch 'APIFan' of http://47.107.238.89:10801/r/TAI_OTS_BROWSER into APIFan
---
src/router.js | 20 +++++++-------------
1 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/src/router.js b/src/router.js
index bcd09fd..e07934d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -144,28 +144,22 @@
]
},
{
- path: '/pdf',
+ path: '/report',
component: Layout,
children: [
{
path: 'view',
- component: () => import('@/views/pdf/reportView'),
+ component: () => import('@/views/report/reportView'),
name: 'reportView',
- meta: { title: 'reportView' }
+ meta: { title: 'PDF鎶ュ憡' }
}
]
},
{
- path: '/pdf',
- component: Layout,
- children: [
- {
- path: 'h5',
- component: () => import('@/views/pdf/reportH5'),
- name: 'reportH5',
- meta: { title: 'reportH5' }
- }
- ]
+ path: '/report/h5',
+ component: () => import('@/views/report/reportH5'),
+ name: 'reportH5',
+ meta: { title: '涓汉鍙嶉鎶ュ憡' }
}
]
})
--
Gitblit v1.9.1