From 51e41870b8fe5ace3a9f2d7a179ec01881010a1f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Apr 2021 10:38:51 +0800
Subject: [PATCH] 加入激活页面h5
---
src/router/views/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index f1cd74b..1f15b9a 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -349,6 +349,19 @@
component: () =>
import( /* webpackChunkName: "views" */ '@/views/dataL/dataL')
}]
+},{
+ path: '/dataL',
+ component: Layout,
+ redirect: '/dataL/hFive',
+ children: [{
+ path: 'hFive',
+ name: '提交激活路口',
+ meta: {
+ i18n: 'dataL'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/dataL/hFive')
+ }]
},
--
Gitblit v1.9.3