Hui Yu
2021-03-22 a29c03573714444aac22d975bd5f99ea89fe9d2f
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: '强军网-首页' }