|
@@ -152,15 +152,7 @@ export const router: RouteRecordRaw[] = [
|
|
|
name: 'photo-list',
|
|
|
component: () => import('@/views/mine-orchestra/photo-list/index'),
|
|
|
meta: {
|
|
|
- title: '我的乐团'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/photo-list',
|
|
|
- name: 'photo-list',
|
|
|
- component: () => import('@/views/mine-orchestra/photo-list/index'),
|
|
|
- meta: {
|
|
|
- title: '我的乐团'
|
|
|
+ title: '相册'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -168,7 +160,7 @@ export const router: RouteRecordRaw[] = [
|
|
|
name: 'photo-list-detail',
|
|
|
component: () => import('@/views/mine-orchestra/photo-list/detail'),
|
|
|
meta: {
|
|
|
- title: '我的乐团'
|
|
|
+ title: '相册详情'
|
|
|
}
|
|
|
}
|
|
|
]
|