|
@@ -70,21 +70,21 @@ const routes = [
|
|
|
path: '/Layout/Detail',
|
|
|
name: 'ExDetail',
|
|
|
component: () => import('../views/Exhibitions/Detail.vue'),
|
|
|
- meta: { myTitle: 'Exhibitions Detail', topColor: '#801c20' },
|
|
|
+ meta: { myTitle: 'Exhibitions', topColor: '#801c20' },
|
|
|
},
|
|
|
// ----------Objects
|
|
|
{
|
|
|
path: '/Layout/Objects',
|
|
|
name: 'ExObjects',
|
|
|
component: () => import('../views/Exhibitions/Objects.vue'),
|
|
|
- meta: { myTitle: 'Exhibitions Objects', topColor: '#801c20' },
|
|
|
+ meta: { myTitle: 'Exhibitions', topColor: '#801c20' },
|
|
|
},
|
|
|
// ----------Galleries
|
|
|
{
|
|
|
path: '/Layout/Galleries',
|
|
|
name: 'ExGalleries',
|
|
|
component: () => import('../views/Exhibitions/Galleries.vue'),
|
|
|
- meta: { myTitle: 'Exhibitions Galleries', topColor: '#801c20' },
|
|
|
+ meta: { myTitle: 'Exhibitions', topColor: '#801c20' },
|
|
|
},
|
|
|
// Collections页面
|
|
|
{
|
|
@@ -99,6 +99,12 @@ const routes = [
|
|
|
component: () => import('../views/Collections/info.vue'),
|
|
|
meta: { myTitle: 'Collections', topColor: '#36382f' },
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/Layout/CollectionsDetail',
|
|
|
+ name: 'CollectionsDetail',
|
|
|
+ component: () => import('../views/Collections/Detail.vue'),
|
|
|
+ meta: { myTitle: 'Collections', topColor: '#656567' },
|
|
|
+ },
|
|
|
]
|
|
|
}
|
|
|
]
|