|
@@ -38,7 +38,7 @@ const routes = [
|
|
meta: { myTitle: 'Exhibitions', topColor: '#bf8a6d' },
|
|
meta: { myTitle: 'Exhibitions', topColor: '#bf8a6d' },
|
|
redirect: { name: 'ExCurrent' },
|
|
redirect: { name: 'ExCurrent' },
|
|
children: [
|
|
children: [
|
|
- // Current
|
|
|
|
|
|
+ // 二级路由子页面
|
|
{
|
|
{
|
|
path: '/Layout/Exhibitions/Current',
|
|
path: '/Layout/Exhibitions/Current',
|
|
name: 'ExCurrent',
|
|
name: 'ExCurrent',
|
|
@@ -65,6 +65,13 @@ const routes = [
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ //---------- 详情
|
|
|
|
+ {
|
|
|
|
+ path: '/Layout/Detail',
|
|
|
|
+ name: 'ExDetail',
|
|
|
|
+ component: () => import('../views/Exhibitions/Detail.vue'),
|
|
|
|
+ meta: { myTitle: 'Exhibitions Detail', topColor: '#801c20' },
|
|
|
|
+ },
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|