|
@@ -294,6 +294,20 @@ function setDetailRoute(accessedRoutes) {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ name: '相册详情',
|
|
|
+ path: 'photo-detail',
|
|
|
+ component: () => import('@/views/photo-detail'),
|
|
|
+ hidden: true,
|
|
|
+ meta: {
|
|
|
+ noCache: '1',
|
|
|
+ title: '相册详情',
|
|
|
+ belongTopMenu: "/business",
|
|
|
+ activeMenu: '/teamList',
|
|
|
+ id:'xxx28'
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
name: '新建vip',
|
|
|
path: 'buildVip',
|
|
|
component: () => import('@/views/buildVip/index'),
|