diff --git a/src/pages/Responsibility/Responsibility.vue b/src/pages/Responsibility/Responsibility.vue deleted file mode 100644 index 70766ef..0000000 --- a/src/pages/Responsibility/Responsibility.vue +++ /dev/null @@ -1,239 +0,0 @@ - - - - - diff --git a/src/router/index.js b/src/router/index.js index a31a39f..096ad5f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -26,7 +26,7 @@ export default new Router({ name: 'Notice', component: Notice, meta: { - title: '北京明世纪元' + title: '北京明世纪元-信息公告' } }, { @@ -34,7 +34,7 @@ export default new Router({ name: 'Law', component: Law, meta: { - title: '北京明世纪元' + title: '北京明世纪元-政策法规' } }, { @@ -42,7 +42,7 @@ export default new Router({ name: 'Recruit', component: Recruit, meta: { - title: '北京明世纪元' + title: '北京明世纪元-相关招聘' } }, { @@ -50,7 +50,7 @@ export default new Router({ name: 'NewsDetail', component: NewsDetail, meta: { - title: '北京明世纪元' + title: '北京明世纪元-新闻详情' } }, { @@ -58,7 +58,7 @@ export default new Router({ name: 'Search', component: Search, meta: { - title: '北京明世纪元' + title: '北京明世纪元-搜索结果' } }, { @@ -66,7 +66,7 @@ export default new Router({ name: 'CompanyQualify', component: CompanyQualify, meta: { - title: '北京明世纪元' + title: '北京明世纪元-公司介绍和荣誉' } }, { @@ -74,7 +74,7 @@ export default new Router({ name: 'Source', component: Source, meta: { - title: '北京明世纪元' + title: '北京明世纪元-单一来源公示' } } ]