From 1b6f1e454fff0187d4d30dcf0d5819d4f57f1787 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 29 Aug 2022 01:05:14 +0800
Subject: [PATCH] 新增iframe 播放页 新增日志编辑页

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

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 7e46f71..4ce50ee 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -20,6 +20,8 @@
 import videoDetail from '../components/mini/box16-videoDetail.vue'
 import videoList from '../components/mini/box14-video.vue'
 
+import videoMiniBox from '../components/iframe/videoMiniBox.vue'
+
 
 export const asyncRouterMap = [{
 		path: '*',
@@ -117,11 +119,13 @@
 				name: 'edit',
 				component: edit,
 			},
+		],
 
-
-		]
 	},
-
+	{
+		path: '/v',
+		component: videoMiniBox,
+	}
 
 ]
 

--
Gitblit v1.9.1