From b1f4b07417ce38dcff3f0b2a9fa0fef9ab183b28 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期四, 22 二月 2024 15:48:08 +0800
Subject: [PATCH] 1. 人格问卷答题目选项增加边框 2. API-Fan事中提示语解析变量 3. 答题完毕的提示语修改 4. 答题完毕页面增加关闭页面按钮

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

diff --git a/src/router.js b/src/router.js
index 768820f..e07934d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -156,16 +156,10 @@
       ]
     },
     {
-      path: '/report',
-      component: Layout,
-      children: [
-        {
-          path: 'h5',
-          component: () => import('@/views/report/reportH5'),
-          name: 'reportH5',
-          meta: { title: 'H5鎶ュ憡' }
-        }
-      ]
+      path: '/report/h5',
+      component: () => import('@/views/report/reportH5'),
+      name: 'reportH5',
+      meta: { title: '涓汉鍙嶉鎶ュ憡' }
     }
   ]
 })

--
Gitblit v1.9.1