From 12a0b08dd957dfc6ca02f708ca67588e64efc225 Mon Sep 17 00:00:00 2001
From: landjj321 <landjj321@126.com>
Date: Tue, 23 Mar 2021 23:31:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master

---
 src/router/index.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 0d00530..36231ba 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -27,6 +27,12 @@
 	  meta: { title: '中国音乐...'}
   },
   {
+  	  path: '/music_world',
+  	  component: () => import('@/views/music/music_word'),
+  	  meta: { title: '世界音乐...'}
+  },
+  
+  {
     path: '/',
     component: () => import('@/views/home/index'),
     meta: { title: '强军网-首页' }

--
Gitblit v1.8.0