From a29c03573714444aac22d975bd5f99ea89fe9d2f Mon Sep 17 00:00:00 2001 From: Hui Yu <huiyu@HuideMacBook-Pro-2.local> Date: Mon, 22 Mar 2021 23:40:00 +0800 Subject: [PATCH] 世界音乐 --- 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