From 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 30 Aug 2022 21:57:42 +0800
Subject: [PATCH] 自定义表情组件

---
 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