From 38a800ff006e7d90342ceb53ad547a8aaa2bd4d5 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 24 Aug 2022 03:42:28 +0800
Subject: [PATCH] 月台新增图库标签

---
 src/config/router.config.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 1356650..98a4291 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -82,11 +82,19 @@
 			{
 				path: '/platform',
 				component: platform,
-				children: [{
+				children: [
+				// 	{
+				// 	path: '/',
+				// 	name: "videoList",
+				// 	component: videoList,
+				// },
+				{
 					path: '/',
 					name: "platformGroup",
 					component: platformGroup,
-				}, {
+				},
+				
+				{
 					path: '/videoDetail',
 					name: "videoDetail",
 					component: videoDetail,

--
Gitblit v1.9.1