|
@@ -58,22 +58,22 @@ export const constantRoutes = [
|
|
|
}
|
|
|
}]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/photo-detail', // 相册详情
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- name: '相册详情',
|
|
|
- path: ':id',
|
|
|
- component: () => import('@/views/photo-detail'),
|
|
|
- hidden: true,
|
|
|
- meta: {
|
|
|
- noCache: '1',
|
|
|
- title: '相册详情'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/photo-detail', // 相册详情
|
|
|
+ // component: Layout,
|
|
|
+ // hidden: true,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // name: '相册详情',
|
|
|
+ // path: ':id',
|
|
|
+ // component: () => import('@/views/photo-detail'),
|
|
|
+ // hidden: true,
|
|
|
+ // meta: {
|
|
|
+ // noCache: '1',
|
|
|
+ // title: '相册详情'
|
|
|
+ // }
|
|
|
+ // }]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/setSilder', // 侧边栏
|
|
|
component: Layout,
|