|
@@ -63,7 +63,7 @@ const routes = [
|
|
component: () => import('../views/Exhibitions/Overseas.vue'),
|
|
component: () => import('../views/Exhibitions/Overseas.vue'),
|
|
meta: { myTitle: 'Exhibitions', topColor: '#bf8a6d' },
|
|
meta: { myTitle: 'Exhibitions', topColor: '#bf8a6d' },
|
|
},
|
|
},
|
|
- ]
|
|
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
//---------- 详情
|
|
//---------- 详情
|
|
{
|
|
{
|
|
@@ -146,7 +146,7 @@ const routes = [
|
|
name: 'Publications',
|
|
name: 'Publications',
|
|
component: () => import('../views/Publications/index.vue'),
|
|
component: () => import('../views/Publications/index.vue'),
|
|
meta: { myTitle: 'Publications', topColor: '#cdb6ac' },
|
|
meta: { myTitle: 'Publications', topColor: '#cdb6ac' },
|
|
- redirect: { name: 'LearnStudents' },
|
|
|
|
|
|
+ redirect: { name: 'PuMagazines' },
|
|
children: [
|
|
children: [
|
|
// 二级路由子页面
|
|
// 二级路由子页面
|
|
{
|
|
{
|
|
@@ -161,7 +161,6 @@ const routes = [
|
|
component: () => import('../views/Publications/Catalogues.vue'),
|
|
component: () => import('../views/Publications/Catalogues.vue'),
|
|
meta: { myTitle: 'Publications', topColor: '#cdb6ac' },
|
|
meta: { myTitle: 'Publications', topColor: '#cdb6ac' },
|
|
},
|
|
},
|
|
-
|
|
|
|
]
|
|
]
|
|
},
|
|
},
|
|
// -------------info
|
|
// -------------info
|
|
@@ -178,7 +177,37 @@ const routes = [
|
|
component: () => import('../views/Publications/lookPdf.vue'),
|
|
component: () => import('../views/Publications/lookPdf.vue'),
|
|
meta: { myTitle: 'Publications', topColor: '#74120b' },
|
|
meta: { myTitle: 'Publications', topColor: '#74120b' },
|
|
},
|
|
},
|
|
-]
|
|
|
|
|
|
+ // Join & Support页面
|
|
|
|
+ {
|
|
|
|
+ path: '/Layout/Join',
|
|
|
|
+ name: 'Join',
|
|
|
|
+ component: () => import('../views/Join/index.vue'),
|
|
|
|
+ meta: { myTitle: 'Join & Support', topColor: '#b37f52' },
|
|
|
|
+ redirect: { name: 'JoinVo' },
|
|
|
|
+ children: [
|
|
|
|
+ // 二级路由子页面
|
|
|
|
+ {
|
|
|
|
+ path: '/Layout/Join/Volunteer',
|
|
|
|
+ name: 'JoinVo',
|
|
|
|
+ component: () => import('../views/Join/Volunteer.vue'),
|
|
|
|
+ meta: { myTitle: 'Join & Support', topColor: '#b37f52' },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/Layout/Join/Give',
|
|
|
|
+ name: 'JoinGi',
|
|
|
|
+ component: () => import('../views/Join/Give.vue'),
|
|
|
|
+ meta: { myTitle: 'Join & Support', topColor: '#b37f52' },
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ // -------------info
|
|
|
|
+ {
|
|
|
|
+ path: '/Layout/Join/Info',
|
|
|
|
+ name: 'JoinInfo',
|
|
|
|
+ component: () => import('../views/Join/info.vue'),
|
|
|
|
+ meta: { myTitle: 'Join & Support', topColor: '#b37f52' },
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
|