diff --git a/src/components/FootBar.vue b/src/components/FootBar.vue index 815a5a5..dd61bb7 100644 --- a/src/components/FootBar.vue +++ b/src/components/FootBar.vue @@ -187,7 +187,7 @@ export default { { title: '人才招募', children: [ - { title: '人才战略', path: '/' }, + { title: '人才战略', path: '/recruit/talentStrategy' }, { title: '招募信息', path: '/recruit/socialRecruit' }, ], }, diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 1312f2c..cf0f206 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -122,7 +122,7 @@ export default { { title: '人才招募', children: [ - { title: '人才战略', path: '/' }, + { title: '人才战略', path: '/recruit/talentStrategy' }, { title: '招募信息', path: '/recruit/socialRecruit' }, ], }, diff --git a/src/router/index.js b/src/router/index.js index d0d0fb6..d2d4318 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -172,9 +172,9 @@ const routes = [ component: RouteView, children: [ { - path: '/recruit/beautifulHk', + path: '/recruit/talentStrategy', component: (resolve) => - require(['../views/Recruit/BeautifulHk/Index.vue'], resolve), + require(['../views/Recruit/TalentStrategy/Index.vue'], resolve), }, { path: '/recruit/socialRecruit', diff --git a/src/views/About/ContactUs/Index.vue b/src/views/About/ContactUs/Index.vue index f452227..f60f572 100644 --- a/src/views/About/ContactUs/Index.vue +++ b/src/views/About/ContactUs/Index.vue @@ -62,8 +62,6 @@ export default { { title: '服务时间:', value: '周一至周五AM 09:00-12:00 PM 01:00-06:00', src: '/static/img/contactUs/serviceTime.png' }, { title: '公司地址:', value: '海南省三亚市天涯区育春路七巷九号', src: '/static/img/contactUs/address.png' }, { title: '邮编:', value: '572022', src: '/static/img/contactUs/postcode.png' }, - { title: '北京地址:', value: '北京市朝阳区霄云路36号国航大厦3/7楼', src: '/static/img/contactUs/address.png' }, - { title: '邮编:', value: '100027', src: '/static/img/contactUs/postcode.png' }, ], }, ], diff --git a/src/views/Recruit/BeautifulHk/Index.vue b/src/views/Recruit/TalentStrategy/Index.vue similarity index 72% rename from src/views/Recruit/BeautifulHk/Index.vue rename to src/views/Recruit/TalentStrategy/Index.vue index 6ef0838..0d4c263 100644 --- a/src/views/Recruit/BeautifulHk/Index.vue +++ b/src/views/Recruit/TalentStrategy/Index.vue @@ -1,20 +1,28 @@