From 4c9f32f5c5fc8d79bcd143916e43eca533520ded Mon Sep 17 00:00:00 2001 From: Hui Yu <huiyu@HuideMacBook-Pro-2.local> Date: Mon, 22 Mar 2021 20:04:49 +0800 Subject: [PATCH] 音乐部分 --- src/router/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 203e22d..0d00530 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -22,6 +22,11 @@ meta: { title: '网站建设中...' } }, { + path: '/music_cn', + component: () => import('@/views/music/music_china'), + meta: { title: '中国音乐...'} + }, + { path: '/', component: () => import('@/views/home/index'), meta: { title: '强军网-首页' } -- Gitblit v1.8.0