diff --git a/public/static/img/contactUs/address.png b/public/static/img/contactUs/address.png new file mode 100644 index 0000000..8ea9aba Binary files /dev/null and b/public/static/img/contactUs/address.png differ diff --git a/public/static/img/contactUs/email.png b/public/static/img/contactUs/email.png new file mode 100644 index 0000000..5fb4c88 Binary files /dev/null and b/public/static/img/contactUs/email.png differ diff --git a/public/static/img/contactUs/phone.png b/public/static/img/contactUs/phone.png new file mode 100644 index 0000000..6613387 Binary files /dev/null and b/public/static/img/contactUs/phone.png differ diff --git a/public/static/img/contactUs/postcode.png b/public/static/img/contactUs/postcode.png new file mode 100644 index 0000000..d68824a Binary files /dev/null and b/public/static/img/contactUs/postcode.png differ diff --git a/public/static/img/contactUs/publicAccount.png b/public/static/img/contactUs/publicAccount.png new file mode 100644 index 0000000..877a82a Binary files /dev/null and b/public/static/img/contactUs/publicAccount.png differ diff --git a/public/static/img/contactUs/serviceTime.png b/public/static/img/contactUs/serviceTime.png new file mode 100644 index 0000000..b12582e Binary files /dev/null and b/public/static/img/contactUs/serviceTime.png differ diff --git a/public/static/img/contactUs/website.png b/public/static/img/contactUs/website.png new file mode 100644 index 0000000..402f4cd Binary files /dev/null and b/public/static/img/contactUs/website.png differ diff --git a/src/components/FootBar.vue b/src/components/FootBar.vue index 66034c2..815a5a5 100644 --- a/src/components/FootBar.vue +++ b/src/components/FootBar.vue @@ -150,7 +150,7 @@ export default { children: [ { title: '简介', path: '/fshg.cc/about#screen1' }, { title: '使命', path: '/fshg.cc/about#screen3' }, - { title: '远景', path: '/fshg.cc/about#screen4' }, + { title: '愿景', path: '/fshg.cc/about#screen4' }, { title: '价值观', path: '/fshg.cc/about#screen5' }, ], }, @@ -197,7 +197,7 @@ export default { title: '联系我们', children: [ { title: '热线电话:', value: '400-001-6725', src: '/static/img/foot/icon-phone.png' }, - { title: '公司网址:', value: 'WWW.FSHG.CC', src: '/static/img/foot/icon-website.png' }, + { title: '公司网址:', value: 'www.Fshg.cc', src: '/static/img/foot/icon-website.png' }, { title: '总部地址:', value: '海南省三亚市天涯区育春路7巷9号', src: '/static/img/foot/icon-address.png' }, ], }, diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index a7f6ca1..1312f2c 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -126,11 +126,8 @@ export default { { title: '招募信息', path: '/recruit/socialRecruit' }, ], }, + { title: '联系我们', path: '/fshg.cc/ContactUs' }, { - title: '联系我们', - path: '/', - hash: 'myfooter', - }, { title: '登录', path: '/', }, diff --git a/src/core/request.js b/src/core/request.js index f28c2f2..7ff4804 100644 --- a/src/core/request.js +++ b/src/core/request.js @@ -3,8 +3,8 @@ import axios from 'axios'; // 创建 axios 实例 const request = axios.create({ - // baseURL: process.env.VUE_APP_API_BASE_URL, - baseURL: process.env.VUE_APP_API_TARGET_URL, + baseURL: process.env.VUE_APP_API_BASE_URL, + // baseURL: process.env.VUE_APP_API_TARGET_URL, timeout: 10000, }); request.interceptors.request.use( diff --git a/src/router/index.js b/src/router/index.js index 9b7ac96..d0d0fb6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -138,6 +138,11 @@ const routes = [ component: (resolve) => require(['../views/About/CompanyIntroduction/Index.vue'], resolve), }, + { + path: '/fshg.cc/ContactUs', + component: (resolve) => + require(['../views/About/ContactUs/Index.vue'], resolve), + }, { path: '/about/socialResponsibility', component: (resolve) => diff --git a/src/views/About/ContactUs/Index.vue b/src/views/About/ContactUs/Index.vue new file mode 100644 index 0000000..d3a1782 --- /dev/null +++ b/src/views/About/ContactUs/Index.vue @@ -0,0 +1,137 @@ + + + + +