|
@@ -148,8 +148,165 @@ export default new Router({
|
|
|
name: 'concat',
|
|
name: 'concat',
|
|
|
component: () => import('./views/Concat.vue'),
|
|
component: () => import('./views/Concat.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '联系我们'
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ title: '信息公开'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/publicity',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'publicity',
|
|
|
|
|
+ name: 'publicity',
|
|
|
|
|
+ component: () => import('./views/concat/Publicity.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '公告公示'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/publicity/list',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'list',
|
|
|
|
|
+ name: 'publicityList',
|
|
|
|
|
+ component: () => import('./views/concat/publicity/List.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '公告公示'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'rescuedetail',
|
|
|
|
|
+ component: () => import('./views/concat/publicity/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '公告公示'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'rules',
|
|
|
|
|
+ name: 'rules',
|
|
|
|
|
+ component: () => import('./views/concat/Rules.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '规章制度'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/rules/list',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'list',
|
|
|
|
|
+ name: 'rulesList',
|
|
|
|
|
+ component: () => import('./views/concat/rules/List.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '规章制度'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'rescuedetail',
|
|
|
|
|
+ component: () => import('./views/concat/rules/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '规章制度'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'finance',
|
|
|
|
|
+ name: 'finance',
|
|
|
|
|
+ component: () => import('./views/concat/Finance.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '财务信息'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/finance/list',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'list',
|
|
|
|
|
+ name: 'financeList',
|
|
|
|
|
+ component: () => import('./views/concat/finance/List.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '财务信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'financedetail',
|
|
|
|
|
+ component: () => import('./views/concat/finance/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '财务信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'donation',
|
|
|
|
|
+ name: 'donation',
|
|
|
|
|
+ component: () => import('./views/concat/Donation.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '社会捐赠信息'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/donation/list',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'list',
|
|
|
|
|
+ name: 'donationList',
|
|
|
|
|
+ component: () => import('./views/concat/donation/List.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '社会捐赠信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'donationdetail',
|
|
|
|
|
+ component: () => import('./views/concat/donation/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '社会捐赠信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'expenditure',
|
|
|
|
|
+ name: 'expenditure',
|
|
|
|
|
+ component: () => import('./views/concat/Expenditure.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '捐赠款物支出信息'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/expenditure/list',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'list',
|
|
|
|
|
+ name: 'expenditureList',
|
|
|
|
|
+ component: () => import('./views/concat/expenditure/List.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '捐赠款物支出信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'expenditureDetail',
|
|
|
|
|
+ component: () => import('./views/concat/expenditure/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '捐赠款物支出信息'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'concat',
|
|
|
|
|
+ name: 'concat',
|
|
|
|
|
+ component: () => import('./views/concat/Expenditure.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '联系我们'
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: '/concat/concat/detail',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'detail',
|
|
|
|
|
+ name: 'concatDetail',
|
|
|
|
|
+ component: () => import('./views/concat/concat/Detail.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '联系我们'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/knowledge',
|
|
path: '/knowledge',
|
|
@@ -502,7 +659,7 @@ export default new Router({
|
|
|
name: 'cause',
|
|
name: 'cause',
|
|
|
component: () => import('./views/Cause.vue'),
|
|
component: () => import('./views/Cause.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '红十字事业'
|
|
|
|
|
|
|
+ title: '业务工作'
|
|
|
},
|
|
},
|
|
|
redirect: '/cause/rescue',
|
|
redirect: '/cause/rescue',
|
|
|
children: [
|
|
children: [
|
|
@@ -673,7 +830,7 @@ export default new Router({
|
|
|
name: 'teenagers',
|
|
name: 'teenagers',
|
|
|
component: () => import('./views/cause/Teenagers.vue'),
|
|
component: () => import('./views/cause/Teenagers.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '红十字青少年'
|
|
|
|
|
|
|
+ title: '红十字志愿服务和青少年'
|
|
|
},
|
|
},
|
|
|
redirect: '/cause/teenagers/list',
|
|
redirect: '/cause/teenagers/list',
|
|
|
children: [
|
|
children: [
|
|
@@ -682,7 +839,7 @@ export default new Router({
|
|
|
name: 'teenagersList',
|
|
name: 'teenagersList',
|
|
|
component: () => import('./views/cause/teenagers/List.vue'),
|
|
component: () => import('./views/cause/teenagers/List.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '红十字青少年'
|
|
|
|
|
|
|
+ title: '红十字志愿服务和青少年'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -690,7 +847,7 @@ export default new Router({
|
|
|
name: 'teenagersdetail',
|
|
name: 'teenagersdetail',
|
|
|
component: () => import('./views/cause/teenagers/Detail.vue'),
|
|
component: () => import('./views/cause/teenagers/Detail.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '红十字青少年'
|
|
|
|
|
|
|
+ title: '红十字志愿服务和青少年'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -783,7 +940,7 @@ export default new Router({
|
|
|
name: 'publicity',
|
|
name: 'publicity',
|
|
|
component: () => import('./views/Publicity.vue'),
|
|
component: () => import('./views/Publicity.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '信息公示'
|
|
|
|
|
|
|
+ title: '公示公告'
|
|
|
},
|
|
},
|
|
|
redirect: '/publicity/list',
|
|
redirect: '/publicity/list',
|
|
|
children: [
|
|
children: [
|
|
@@ -792,7 +949,7 @@ export default new Router({
|
|
|
name: 'publicitylist',
|
|
name: 'publicitylist',
|
|
|
component: () => import('./views/publicity/List.vue'),
|
|
component: () => import('./views/publicity/List.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '信息公示'
|
|
|
|
|
|
|
+ title: '公示公告'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -800,7 +957,7 @@ export default new Router({
|
|
|
name: 'publicitydetail',
|
|
name: 'publicitydetail',
|
|
|
component: () => import('./views/publicity/Detail.vue'),
|
|
component: () => import('./views/publicity/Detail.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '信息公示'
|
|
|
|
|
|
|
+ title: '公示公告'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|