11
This commit is contained in:
parent
41fa04d9c9
commit
3fb15e1ea5
|
@ -148,23 +148,23 @@ export default {
|
||||||
{
|
{
|
||||||
title: '关于我们',
|
title: '关于我们',
|
||||||
children: [
|
children: [
|
||||||
{ title: '简介', path: '/fshg.cc/about#screen1' },
|
{ title: '简介', path: '/about#screen1' },
|
||||||
{ title: '使命', path: '/fshg.cc/about#screen3' },
|
{ title: '使命', path: '/about#screen3' },
|
||||||
{ title: '愿景', path: '/fshg.cc/about#screen4' },
|
{ title: '愿景', path: '/about#screen4' },
|
||||||
{ title: '价值观', path: '/fshg.cc/about#screen5' },
|
{ title: '价值观', path: '/about#screen5' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '业务领域',
|
title: '业务领域',
|
||||||
children: [
|
children: [
|
||||||
{ title: '资本服务', path: '/Cs.futurestar.cc' },
|
{ title: '资本服务', path: '/CS' },
|
||||||
{ title: '高新技术', path: '/Tech.futurestar.cc' },
|
{ title: '高新技术', path: '/TECH' },
|
||||||
{ title: '能源与环境', path: '/EE.futurestar.cc' },
|
{ title: '能源与环境', path: '/EE' },
|
||||||
{ title: '全球供应链', path: '/GSC.futurestar.cc' },
|
{ title: '全球供应链', path: '/SCM' },
|
||||||
{ title: '商业管理', path: '/BM.futurestar.cc' },
|
{ title: '商业管理', path: '/BM' },
|
||||||
{ title: '健康产业', path: '/HI.futurestar.cc' },
|
{ title: '健康产业', path: '/HI' },
|
||||||
{ title: '基础设施', path: '/BI.futurestar.cc' },
|
{ title: '基础设施', path: '/BI' },
|
||||||
{ title: '未来农业', path: '/FA.futurestar.cc' },
|
{ title: '未来农业', path: '/AD' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -86,20 +86,20 @@ export default {
|
||||||
menus: [
|
menus: [
|
||||||
{
|
{
|
||||||
title: '首页',
|
title: '首页',
|
||||||
path: '/fshg.cc/home',
|
path: '/home',
|
||||||
},
|
},
|
||||||
{ title: '关于我们', path: '/fshg.cc/about' },
|
{ title: '关于我们', path: '/about' },
|
||||||
{
|
{
|
||||||
title: '业务领域',
|
title: '业务领域',
|
||||||
children: [
|
children: [
|
||||||
{ title: '资本服务', path: '/Cs.futurestar.cc' },
|
{ title: '资本服务', path: '/CS' },
|
||||||
{ title: '高新技术', path: '/Tech.futurestar.cc' },
|
{ title: '高新技术', path: '/TECH' },
|
||||||
{ title: '能源与环境', path: '/EE.futurestar.cc' },
|
{ title: '能源与环境', path: '/EE' },
|
||||||
{ title: '全球供应链', path: '/GSC.futurestar.cc' },
|
{ title: '全球供应链', path: '/SCM' },
|
||||||
{ title: '商业管理', path: '/BM.futurestar.cc' },
|
{ title: '商业管理', path: '/BM' },
|
||||||
{ title: '健康产业', path: '/HI.futurestar.cc' },
|
{ title: '健康产业', path: '/HI' },
|
||||||
{ title: '基础设施', path: '/BI.futurestar.cc' },
|
{ title: '基础设施', path: '/BI' },
|
||||||
{ title: '未来农业', path: '/FA.futurestar.cc' },
|
{ title: '未来农业', path: '/AD' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -126,10 +126,14 @@ export default {
|
||||||
{ title: '招募信息', path: '/recruit/socialRecruit' },
|
{ title: '招募信息', path: '/recruit/socialRecruit' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ title: '联系我们', path: '/fshg.cc/ContactUs' },
|
{ title: '联系我们', path: '/CU' },
|
||||||
|
// {
|
||||||
|
// title: '供应商登录',
|
||||||
|
// jump: 'http://117.72.41.220:9097',
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
title: '供应商登录',
|
title: '供应商登录',
|
||||||
jump: 'http://117.72.41.220:9097',
|
path: '/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '登录',
|
title: '登录',
|
||||||
|
|
|
@ -10,10 +10,10 @@ const RouteView = {
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
redirect: '/fshg.cc/home',
|
redirect: '/home',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/fshg.cc/home',
|
path: '/home',
|
||||||
component: (resolve) => require(['../views/Home/Index.vue'], resolve),
|
component: (resolve) => require(['../views/Home/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -21,42 +21,42 @@ const routes = [
|
||||||
component: RouteView,
|
component: RouteView,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/Cs.futurestar.cc',
|
path: '/CS',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/CapitalServices/Index.vue'], resolve),
|
require(['../views/Business/CapitalServices/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/Tech.futurestar.cc',
|
path: '/TECH',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/HighTech/Index.vue'], resolve),
|
require(['../views/Business/HighTech/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/EE.futurestar.cc',
|
path: '/EE',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/EnergyEnvironment/Index.vue'], resolve),
|
require(['../views/Business/EnergyEnvironment/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/GSC.futurestar.cc',
|
path: '/SCM',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/GlobalSupplyChain/Index.vue'], resolve),
|
require(['../views/Business/GlobalSupplyChain/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/BM.futurestar.cc',
|
path: '/BM',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/Commercial/Index.vue'], resolve),
|
require(['../views/Business/Commercial/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/HI.futurestar.cc',
|
path: '/HI',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/HealthIndustry/Index.vue'], resolve),
|
require(['../views/Business/HealthIndustry/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/BI.futurestar.cc',
|
path: '/BI',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/Construction/Index.vue'], resolve),
|
require(['../views/Business/Construction/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/FA.futurestar.cc',
|
path: '/AD',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/Business/FutureAgriculture/Index.vue'], resolve),
|
require(['../views/Business/FutureAgriculture/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
|
@ -134,12 +134,12 @@ const routes = [
|
||||||
component: RouteView,
|
component: RouteView,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/fshg.cc/about',
|
path: '/about',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/About/CompanyIntroduction/Index.vue'], resolve),
|
require(['../views/About/CompanyIntroduction/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/fshg.cc/ContactUs',
|
path: '/CU',
|
||||||
component: (resolve) =>
|
component: (resolve) =>
|
||||||
require(['../views/About/ContactUs/Index.vue'], resolve),
|
require(['../views/About/ContactUs/Index.vue'], resolve),
|
||||||
},
|
},
|
||||||
|
@ -184,7 +184,7 @@ const routes = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/Invest',
|
path: '/investor',
|
||||||
component: RouteView,
|
component: RouteView,
|
||||||
redirect: '/cooperationOffer',
|
redirect: '/cooperationOffer',
|
||||||
children: [
|
children: [
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
class="box-posi-abs"
|
class="box-posi-abs"
|
||||||
style="--w:100%;--h: 407rem;--t:50%;--l:0;z-index:10;color:#ffffff;display: flex;flex-direction: column;align-items: left;padding: 0rem 60rem;transform: translateY(-50%);"
|
style="--w:100%;--h: 407rem;--t:50%;--l:0;z-index:10;color:#ffffff;display: flex;flex-direction: column;align-items: left;padding: 0rem 60rem;transform: translateY(-50%);"
|
||||||
>
|
>
|
||||||
<div style="font-size: 48rem;line-height: 1;margin-bottom: 24rem;font-family: MicrosoftYaHeiLight;">
|
<div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
||||||
{{ screen1.introduction.businessName }}
|
{{ screen1.introduction.businessName }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
<!-- <div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
||||||
{{ screen1.introduction.businessNameEnglish }}
|
{{ screen1.introduction.businessNameEnglish }}
|
||||||
</div>
|
</div> -->
|
||||||
<div
|
<div
|
||||||
v-for="(textEn, i) in screen1.introduction.titleChinese.split('\n')"
|
v-for="(textEn, i) in screen1.introduction.titleChinese.split('\n')"
|
||||||
:key="'text-en-' + i"
|
:key="'text-en-' + i"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen2">
|
<div class="screen2">
|
||||||
<div class="wrapper1680">
|
<div class="wrapper1680">
|
||||||
<transition name="fade-slide-bottom">
|
<!-- <transition name="fade-slide-bottom">
|
||||||
<div
|
<div
|
||||||
v-show="screen2.offsetLevel >= 0"
|
v-show="screen2.offsetLevel >= 0"
|
||||||
class="text-posi-abs"
|
class="text-posi-abs"
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
>
|
>
|
||||||
About Us
|
About Us
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition> -->
|
||||||
<transition name="fade-slide-bottom">
|
<transition name="fade-slide-bottom">
|
||||||
<div
|
<div
|
||||||
v-show="screen2.offsetLevel >= 0"
|
v-show="screen2.offsetLevel >= 0"
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen3">
|
<div class="screen3">
|
||||||
<div class="wrapper1680">
|
<div class="wrapper1680">
|
||||||
<transition name="fade-slide-left">
|
<!-- <transition name="fade-slide-left">
|
||||||
<div
|
<div
|
||||||
v-show="screen3.offsetLevel >= 0"
|
v-show="screen3.offsetLevel >= 0"
|
||||||
class="text-posi-abs"
|
class="text-posi-abs"
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
>
|
>
|
||||||
Scope of Business
|
Scope of Business
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition> -->
|
||||||
<transition name="fade-slide-left">
|
<transition name="fade-slide-left">
|
||||||
<div
|
<div
|
||||||
v-show="screen3.offsetLevel >= 0"
|
v-show="screen3.offsetLevel >= 0"
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<span v-if="screen3.currentIndicator >= 0">{{ screen3.carouselData[screen3.currentIndicator].titleChinese }}</span>
|
<span v-if="screen3.currentIndicator >= 0">{{ screen3.carouselData[screen3.currentIndicator].titleChinese }}</span>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
<transition name="fade-slide-left">
|
<!-- <transition name="fade-slide-left">
|
||||||
<div
|
<div
|
||||||
v-show="screen3.offsetLevel >= 0"
|
v-show="screen3.offsetLevel >= 0"
|
||||||
class="text-posi-abs"
|
class="text-posi-abs"
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
>
|
>
|
||||||
{{ screen3.currentIndicator > -1 ? screen3.carouselData[screen3.currentIndicator].titleEnglish : '' }}
|
{{ screen3.currentIndicator > -1 ? screen3.carouselData[screen3.currentIndicator].titleEnglish : '' }}
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition> -->
|
||||||
<transition name="fade-slide-right">
|
<transition name="fade-slide-right">
|
||||||
<div
|
<div
|
||||||
v-show="screen3.offsetLevel >= 0"
|
v-show="screen3.offsetLevel >= 0"
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen4">
|
<div class="screen4">
|
||||||
<div class="wrapper1680">
|
<div class="wrapper1680">
|
||||||
<transition name="fade-slide-bottom">
|
<!-- <transition name="fade-slide-bottom">
|
||||||
<div
|
<div
|
||||||
v-show="screen4.offsetLevel >= 0"
|
v-show="screen4.offsetLevel >= 0"
|
||||||
class="text-posi-abs"
|
class="text-posi-abs"
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
>
|
>
|
||||||
News Update
|
News Update
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition> -->
|
||||||
<transition name="fade-slide-bottom">
|
<transition name="fade-slide-bottom">
|
||||||
<div
|
<div
|
||||||
v-show="screen4.offsetLevel >= 0"
|
v-show="screen4.offsetLevel >= 0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user