From 58f2d6efc11c6d5d0d76400e8a741a45e4f8f422 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Thu, 21 Nov 2024 14:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FootBar.vue | 2 +- src/components/NavBar.vue | 2 +- src/router/index.js | 4 +- src/views/About/ContactUs/Index.vue | 2 - .../{BeautifulHk => TalentStrategy}/Index.vue | 332 ++++++++---------- .../components/CarouselIndicator.vue | 0 .../components/DevelopBar.vue | 0 .../components/WorkBar.vue | 0 8 files changed, 149 insertions(+), 193 deletions(-) rename src/views/Recruit/{BeautifulHk => TalentStrategy}/Index.vue (72%) rename src/views/Recruit/{BeautifulHk => TalentStrategy}/components/CarouselIndicator.vue (100%) rename src/views/Recruit/{BeautifulHk => TalentStrategy}/components/DevelopBar.vue (100%) rename src/views/Recruit/{BeautifulHk => TalentStrategy}/components/WorkBar.vue (100%) 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 @@