|
@@ -75,14 +75,16 @@ export default [
|
|
|
meta: {
|
|
|
title: '我的乐团'
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/photo-detail',
|
|
|
name: 'photo-detail',
|
|
|
component: () => import('@/student/my-orchestra/photo-detail'),
|
|
|
meta: {
|
|
|
title: '相片'
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/apply-withdrawal',
|
|
|
name: 'apply-withdrawal',
|
|
|
component: () => import('@/student/my-orchestra/apply-withdrawal'),
|
|
@@ -151,6 +153,22 @@ export default [
|
|
|
meta: {
|
|
|
title: '排行榜'
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/exercise-record',
|
|
|
+ name: 'exercise-record',
|
|
|
+ component: () => import('@/views/exercise-record'),
|
|
|
+ meta: {
|
|
|
+ title: '练习记录'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/exercis-detail',
|
|
|
+ name: 'exercis-detail',
|
|
|
+ component: () => import('@/views/exercise-record/exercis-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '练习统计'
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|