|
@@ -41,19 +41,15 @@ export const router: RouteRecordRaw[] = [
|
|
|
component: () => import('@/views/accompany/index'),
|
|
|
meta: {
|
|
|
title: '云教练'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '',
|
|
|
- name: 'category',
|
|
|
- component: () => import('@/views/accompany/category')
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'musicList',
|
|
|
- name: 'music-list',
|
|
|
- component: () => import('@/views/accompany/music-list')
|
|
|
- },
|
|
|
- ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/musicList',
|
|
|
+ name: 'music-list',
|
|
|
+ component: () => import('@/views/accompany/music-list'),
|
|
|
+ meta: {
|
|
|
+ title: '曲谱列表'
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
path: '/information-list',
|
|
@@ -174,7 +170,7 @@ export const router: RouteRecordRaw[] = [
|
|
|
meta: {
|
|
|
title: '我的乐团'
|
|
|
}
|
|
|
- },
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
// 不需要登录的路由
|