|
@@ -11,7 +11,7 @@ export default [
|
|
meta: {
|
|
meta: {
|
|
title: '首页',
|
|
title: '首页',
|
|
highlightPath: '/home',
|
|
highlightPath: '/home',
|
|
- isdark:false
|
|
|
|
|
|
+ isdark: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -21,7 +21,7 @@ export default [
|
|
meta: {
|
|
meta: {
|
|
title: '首页',
|
|
title: '首页',
|
|
highlightPath: '/home',
|
|
highlightPath: '/home',
|
|
- isdark:false
|
|
|
|
|
|
+ isdark: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -31,7 +31,7 @@ export default [
|
|
meta: {
|
|
meta: {
|
|
title: '下载',
|
|
title: '下载',
|
|
highlightPath: '/downLoad',
|
|
highlightPath: '/downLoad',
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -42,7 +42,7 @@ export default [
|
|
title: '谱库',
|
|
title: '谱库',
|
|
highlightPath: '/musicLibrary',
|
|
highlightPath: '/musicLibrary',
|
|
index: 2,
|
|
index: 2,
|
|
- isdark:false
|
|
|
|
|
|
+ isdark: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -53,7 +53,7 @@ export default [
|
|
title: '曲谱详情',
|
|
title: '曲谱详情',
|
|
highlightPath: '/musicLibrary',
|
|
highlightPath: '/musicLibrary',
|
|
index: 2,
|
|
index: 2,
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -65,7 +65,7 @@ export default [
|
|
title: '搜索',
|
|
title: '搜索',
|
|
index: 3,
|
|
index: 3,
|
|
highlightPath: '/musicLibrary',
|
|
highlightPath: '/musicLibrary',
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -76,7 +76,7 @@ export default [
|
|
title: '专辑详情',
|
|
title: '专辑详情',
|
|
index: 3,
|
|
index: 3,
|
|
highlightPath: '/musicLibrary',
|
|
highlightPath: '/musicLibrary',
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -87,7 +87,7 @@ export default [
|
|
title: '视频课',
|
|
title: '视频课',
|
|
index: 3,
|
|
index: 3,
|
|
highlightPath: '/videoDetailList',
|
|
highlightPath: '/videoDetailList',
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -98,7 +98,7 @@ export default [
|
|
title: '视频课详情',
|
|
title: '视频课详情',
|
|
index: 3,
|
|
index: 3,
|
|
highlightPath: '/videoDetailList',
|
|
highlightPath: '/videoDetailList',
|
|
- isdark:true
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//
|
|
//
|
|
@@ -109,8 +109,7 @@ export default [
|
|
component: () => import('@/views/role-auth/teacherAuth'),
|
|
component: () => import('@/views/role-auth/teacherAuth'),
|
|
meta: {
|
|
meta: {
|
|
title: '老师认证',
|
|
title: '老师认证',
|
|
- isdark:true
|
|
|
|
-
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -119,13 +118,13 @@ export default [
|
|
component: () => import('@/views/role-auth/musicAuth'),
|
|
component: () => import('@/views/role-auth/musicAuth'),
|
|
meta: {
|
|
meta: {
|
|
title: '音乐人认证',
|
|
title: '音乐人认证',
|
|
- isdark:true
|
|
|
|
-
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo',
|
|
path: '/userInfo',
|
|
name: 'userInfo',
|
|
name: 'userInfo',
|
|
|
|
+ meta: { title: '用户信息', index: 5, isdark: true },
|
|
component: () => import('@/views/user-info/index'),
|
|
component: () => import('@/views/user-info/index'),
|
|
redirect: '/userInfo/practiceSetting',
|
|
redirect: '/userInfo/practiceSetting',
|
|
children: [
|
|
children: [
|
|
@@ -133,15 +132,13 @@ export default [
|
|
path: '/userInfo/practiceSetting',
|
|
path: '/userInfo/practiceSetting',
|
|
name: 'userInfoPracticeSetting',
|
|
name: 'userInfoPracticeSetting',
|
|
component: () => import('@/views/user-info/practice-setting'),
|
|
component: () => import('@/views/user-info/practice-setting'),
|
|
- meta: { title: '陪练课', index: 2, isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '陪练课', index: 2, isdark: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/liveClass',
|
|
path: '/userInfo/liveClass',
|
|
name: 'userInfoLiveClass',
|
|
name: 'userInfoLiveClass',
|
|
component: () => import('@/views/user-info/live-class'),
|
|
component: () => import('@/views/user-info/live-class'),
|
|
- meta: { title: '直播课', index: 3 , isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '直播课', index: 3, isdark: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/liveOperation',
|
|
path: '/userInfo/liveOperation',
|
|
@@ -152,16 +149,14 @@ export default [
|
|
index: 4,
|
|
index: 4,
|
|
hidden: true,
|
|
hidden: true,
|
|
activeMenu: 'userInfoLiveClass',
|
|
activeMenu: 'userInfoLiveClass',
|
|
- isdark:true
|
|
|
|
-
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/videoClass',
|
|
path: '/userInfo/videoClass',
|
|
name: 'userInfoVideoClass',
|
|
name: 'userInfoVideoClass',
|
|
component: () => import('@/views/user-info/video-class'),
|
|
component: () => import('@/views/user-info/video-class'),
|
|
- meta: { title: '视频课', index: 4, isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '视频课', index: 4, isdark: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/videoOperation',
|
|
path: '/userInfo/videoOperation',
|
|
@@ -172,16 +167,14 @@ export default [
|
|
index: 4,
|
|
index: 4,
|
|
hidden: true,
|
|
hidden: true,
|
|
activeMenu: 'userInfoVideoClass',
|
|
activeMenu: 'userInfoVideoClass',
|
|
- isdark:true
|
|
|
|
-
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/musicClass',
|
|
path: '/userInfo/musicClass',
|
|
name: 'userInfoMusicClass',
|
|
name: 'userInfoMusicClass',
|
|
component: () => import('@/views/user-info/music-class'),
|
|
component: () => import('@/views/user-info/music-class'),
|
|
- meta: { title: '我的曲谱', index: 5, isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '我的曲谱', index: 5, isdark: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/userInfo/musicOperation',
|
|
path: '/userInfo/musicOperation',
|
|
@@ -192,8 +185,7 @@ export default [
|
|
index: 4,
|
|
index: 4,
|
|
hidden: true,
|
|
hidden: true,
|
|
activeMenu: 'userInfoMusicClass',
|
|
activeMenu: 'userInfoMusicClass',
|
|
- isdark:true
|
|
|
|
-
|
|
|
|
|
|
+ isdark: true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -202,21 +194,20 @@ export default [
|
|
path: '/studentInfo',
|
|
path: '/studentInfo',
|
|
name: 'studentInfo',
|
|
name: 'studentInfo',
|
|
component: () => import('@/views/student-info'),
|
|
component: () => import('@/views/student-info'),
|
|
|
|
+ meta: { title: '用户信息', index: 5, isdark: true },
|
|
redirect: '/studentInfo/myScore',
|
|
redirect: '/studentInfo/myScore',
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/studentInfo/myScore',
|
|
path: '/studentInfo/myScore',
|
|
name: 'studentInfoMyScore',
|
|
name: 'studentInfoMyScore',
|
|
component: () => import('@/views/student-info/my-score'),
|
|
component: () => import('@/views/student-info/my-score'),
|
|
- meta: { title: '我的曲谱', index: 5, isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '我的曲谱', index: 5, isdark: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/studentInfo/myFollow',
|
|
path: '/studentInfo/myFollow',
|
|
name: 'studentInfoMyFollow',
|
|
name: 'studentInfoMyFollow',
|
|
component: () => import('@/views/student-info/my-follow'),
|
|
component: () => import('@/views/student-info/my-follow'),
|
|
- meta: { title: '我关注的老师', index: 5, hidden: true, isdark:true
|
|
|
|
- }
|
|
|
|
|
|
+ meta: { title: '我关注的老师', index: 5, hidden: true, isdark: true }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|