|
@@ -5,22 +5,22 @@
|
|
<video :src="language==='en'?`${$cdn}video/banner1.mp4`: 'https://4dscene.oss-cn-shenzhen.aliyuncs.com/new4dkk/v2/video/2020%E5%AE%98%E7%BD%91Version2%20%E4%B8%8D%E5%B8%A6%E5%AD%97_3%281%29.mp4'" autoplay muted loop></video>
|
|
<video :src="language==='en'?`${$cdn}video/banner1.mp4`: 'https://4dscene.oss-cn-shenzhen.aliyuncs.com/new4dkk/v2/video/2020%E5%AE%98%E7%BD%91Version2%20%E4%B8%8D%E5%B8%A6%E5%AD%97_3%281%29.mp4'" autoplay muted loop></video>
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="video-info">
|
|
<div class="video-info">
|
|
- <h1>四维看看Pro</h1>
|
|
|
|
- <p>精准实景复刻 传递空间价值</p>
|
|
|
|
|
|
+ <h1>{{ $t('common.kankan') }}</h1>
|
|
|
|
+ <p>{{ $t('home.bannerText') }}</p>
|
|
<div class="actions-w">
|
|
<div class="actions-w">
|
|
- <router-link class="buy-btn" to="/mall/kankanPro">立即购买</router-link>
|
|
|
|
- <router-link class="action-link" to="/about">了解更多</router-link>
|
|
|
|
- <span class="watch-btn action-link" @click="detailVideo">介绍视频</span>
|
|
|
|
|
|
+ <router-link class="buy-btn" to="/mall/kankanPro">{{ $t('home.bannerBuyBtnText') }}</router-link>
|
|
|
|
+ <router-link class="action-link" to="/about">{{ $t('home.bannerMoreBtn') }}</router-link>
|
|
|
|
+ <span class="watch-btn action-link" @click="detailVideo">{{ $t('home.bannerIntroVideo') }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="distributor">
|
|
<div class="distributor">
|
|
- <router-link to="/distributor" class=""><h-icon type="shouyegongzi" class="icon" /><span>成为经销商</span></router-link>
|
|
|
|
|
|
+ <router-link to="/distributor" class=""><h-icon type="shouyegongzi" class="icon" /><span>{{ $t('home.bannerAgent') }}</span></router-link>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="plate02 container">
|
|
<div class="plate02 container">
|
|
- <h1 class="common-title">行业解决方案</h1>
|
|
|
|
|
|
+ <h1 class="common-title">{{ $t('home.plate1Title') }}</h1>
|
|
<ul class="programme-list">
|
|
<ul class="programme-list">
|
|
<li :class="`programme-item ${active_index === index ? 'active' : ''}`" v-for="(item, index) in programme" :key="index" @click="changeActiveIndex(index)">
|
|
<li :class="`programme-item ${active_index === index ? 'active' : ''}`" v-for="(item, index) in programme" :key="index" @click="changeActiveIndex(index)">
|
|
{{ item.title }}
|
|
{{ item.title }}
|
|
@@ -45,8 +45,8 @@
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="plate03 container clear">
|
|
<div class="plate03 container clear">
|
|
- <h1 class="common-title">看看空间
|
|
|
|
- <router-link to="/cases/全部" class="more">更多</router-link>
|
|
|
|
|
|
+ <h1 class="common-title">{{ $t('home.plate2Title') }}
|
|
|
|
+ <router-link to="/cases/全部" class="more">{{ $t('common.more') }}</router-link>
|
|
</h1>
|
|
</h1>
|
|
<h-row class="space-list" :gutter="20">
|
|
<h-row class="space-list" :gutter="20">
|
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
</h-row>
|
|
</h-row>
|
|
</div>
|
|
</div>
|
|
<div class="plate04 container">
|
|
<div class="plate04 container">
|
|
- <h1 class="common-title">核心技术</h1>
|
|
|
|
|
|
+ <h1 class="common-title">{{ $t('home.plate3Title') }}</h1>
|
|
<ul class="plate04-list">
|
|
<ul class="plate04-list">
|
|
<li class="plate04-item" v-for="(item, index) in plate04List" :key="index" @click="toLocation(item)">
|
|
<li class="plate04-item" v-for="(item, index) in plate04List" :key="index" @click="toLocation(item)">
|
|
<img :src="item.imgUrl" alt="">
|
|
<img :src="item.imgUrl" alt="">
|
|
@@ -71,8 +71,8 @@
|
|
|
|
|
|
<div class="plate05 " ref="numcount">
|
|
<div class="plate05 " ref="numcount">
|
|
<div class="container">
|
|
<div class="container">
|
|
- <h1 class="common-title">新闻动态
|
|
|
|
- <router-link to="/news" class="more">更多</router-link>
|
|
|
|
|
|
+ <h1 class="common-title">{{ $t('home.plate4Title') }}
|
|
|
|
+ <router-link to="/news" class="more">{{ $t('common.more') }}</router-link>
|
|
</h1>
|
|
</h1>
|
|
<ul class="news-list">
|
|
<ul class="news-list">
|
|
<li class="news-item" v-for="(item, index) in plate05List" :key="index" @click="toNewsLink(item.link)">
|
|
<li class="news-item" v-for="(item, index) in plate05List" :key="index" @click="toNewsLink(item.link)">
|
|
@@ -89,7 +89,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="plate06 container">
|
|
<div class="plate06 container">
|
|
- <h1 class="common-title">合作伙伴</h1>
|
|
|
|
|
|
+ <h1 class="common-title">{{ $t('home.plate5Title') }}</h1>
|
|
<div class="cooperation-img"></div>
|
|
<div class="cooperation-img"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -113,60 +113,60 @@ export default {
|
|
effect: 'fade'
|
|
effect: 'fade'
|
|
},
|
|
},
|
|
programme: [{
|
|
programme: [{
|
|
- title: '房产营销',
|
|
|
|
- title_sub: '房产营销',
|
|
|
|
- desc: '海量复刻真房源',
|
|
|
|
|
|
+ title: this.$t('home.plate1Item1'),
|
|
|
|
+ title_sub: this.$t('home.plate1Item1'),
|
|
|
|
+ desc: this.$t('home.plate1Item1SubTitle'),
|
|
img: require('@/assets/images/home/solutions-house.png'),
|
|
img: require('@/assets/images/home/solutions-house.png'),
|
|
- list: ['AI自动建模,高效复刻真实房源', '云带看/云讲房,全方位介绍房源信息', '易上手操作,人人都能掌握拍摄流程', '专业地产营销系统,高效管理租售信息'],
|
|
|
|
|
|
+ list: [this.$t('home.plate1Item1Desc1'), this.$t('home.plate1Item1Desc2'), this.$t('home.plate1Item1Desc3'), this.$t('home.plate1Item1Desc4')],
|
|
link: '/conductHouse'
|
|
link: '/conductHouse'
|
|
}, {
|
|
}, {
|
|
- title: '线上展会',
|
|
|
|
- title_sub: '线上展会',
|
|
|
|
- desc: '全方位复现展会信息,全球买家在线看展',
|
|
|
|
|
|
+ title: this.$t('home.plate1Item2'),
|
|
|
|
+ title_sub: this.$t('home.plate1Item2'),
|
|
|
|
+ desc: this.$t('home.plate1Item2SubTitle'),
|
|
img: require('@/assets/images/home/solutions-zhan.png'),
|
|
img: require('@/assets/images/home/solutions-zhan.png'),
|
|
- list: ['AI图像重构技术,真实还原线下布展效果', '3D展品互动,720°无死角展示', '同屏在线洽谈,系统可对接供采信息', '自动收集展会数据,数据分析挖掘,降低获客成本'],
|
|
|
|
|
|
+ list: [this.$t('home.plate1Item2Desc1'), this.$t('home.plate1Item2Desc2'), this.$t('home.plate1Item2Desc3'), this.$t('home.plate1Item2Desc4')],
|
|
link: '/conductExhibition'
|
|
link: '/conductExhibition'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '数字文博',
|
|
|
|
- title_sub: '数字文博',
|
|
|
|
- desc: '助力打造永不落幕的博物馆',
|
|
|
|
|
|
+ title: this.$t('home.plate1Item3'),
|
|
|
|
+ title_sub: this.$t('home.plate1Item3'),
|
|
|
|
+ desc: this.$t('home.plate1Item3SubTitle'),
|
|
img: require('@/assets/images/home/solutions-bo.png'),
|
|
img: require('@/assets/images/home/solutions-bo.png'),
|
|
- list: ['珍贵陈展3D高清记录,方便留存与保护', '空间交互,让空间表达更多历史内涵', '大师讲解,一带多同屏讲述文化故事', '推动社科教育,促进社会参与'],
|
|
|
|
|
|
+ list: [this.$t('home.plate1Item3Desc1'), this.$t('home.plate1Item3Desc2'), this.$t('home.plate1Item3Desc3'), this.$t('home.plate1Item3Desc4')],
|
|
link: '/conductSubject'
|
|
link: '/conductSubject'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: 'VR购物',
|
|
|
|
- title_sub: 'VR购物',
|
|
|
|
- desc: '海量复刻真房源',
|
|
|
|
|
|
+ title: this.$t('home.plate1Item4'),
|
|
|
|
+ title_sub: this.$t('home.plate1Item4'),
|
|
|
|
+ desc: this.$t('home.plate1Item4SubTitle'),
|
|
img: require('@/assets/images/home/solutions-shop.png'),
|
|
img: require('@/assets/images/home/solutions-shop.png'),
|
|
- list: ['AI自动建模,高效复刻真实房源', '云带看/云讲房,全方位介绍房源信息', '易上手操作,人人都能掌握拍摄流程', '专业地产营销系统,高效管理租售信息']
|
|
|
|
|
|
+ list: [this.$t('home.plate1Item4Desc1'), this.$t('home.plate1Item4Desc2'), this.$t('home.plate1Item4Desc3'), this.$t('home.plate1Item4Desc4')],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '安防勘查',
|
|
|
|
- title_sub: '安防勘查',
|
|
|
|
- desc: '高效复刻灾害现场,记录全面三维档案',
|
|
|
|
|
|
+ title: this.$t('home.plate1Item4'),
|
|
|
|
+ title_sub: this.$t('home.plate1Item4'),
|
|
|
|
+ desc: this.$t('home.plate1Item4SubTitle'),
|
|
img: require('@/assets/images/home/solutions-sec.png'),
|
|
img: require('@/assets/images/home/solutions-sec.png'),
|
|
- list: ['高效复刻灾害现场,记录全面三维档案', '支持预先采集存档,减少理赔纠纷']
|
|
|
|
|
|
+ list: [this.$t('home.plate1Item5Desc1'), this.$t('home.plate1Item5Desc2')],
|
|
}],
|
|
}],
|
|
space: [
|
|
space: [
|
|
{
|
|
{
|
|
- text: '雍正故宫',
|
|
|
|
|
|
+ text: this.$t('home.plate2Item1'),
|
|
bgImg: require('@/assets/images/home/4case_01@2x.png'),
|
|
bgImg: require('@/assets/images/home/4case_01@2x.png'),
|
|
link: 'https://www.4dkankan.com/showPC.html?m=JPoqsQXL'
|
|
link: 'https://www.4dkankan.com/showPC.html?m=JPoqsQXL'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- text: '小米有品',
|
|
|
|
|
|
+ text: this.$t('home.plate2Item2'),
|
|
bgImg: require('@/assets/images/home/4case_02@2x.png'),
|
|
bgImg: require('@/assets/images/home/4case_02@2x.png'),
|
|
link: 'https://www.4dkankan.com/showProPC.html?m=5p1fFyLxv'
|
|
link: 'https://www.4dkankan.com/showProPC.html?m=5p1fFyLxv'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- text: '华发依山郡',
|
|
|
|
|
|
+ text: this.$t('home.plate2Item3'),
|
|
bgImg: require('@/assets/images/home/4case_03@2x.png'),
|
|
bgImg: require('@/assets/images/home/4case_03@2x.png'),
|
|
link: 'https://www.4dkankan.com/spc.html?m=JBx2hetpp'
|
|
link: 'https://www.4dkankan.com/spc.html?m=JBx2hetpp'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- text: '万豪酒店',
|
|
|
|
|
|
+ text: this.$t('home.plate2Item4'),
|
|
bgImg: require('@/assets/images/home/4case_04@2x.png'),
|
|
bgImg: require('@/assets/images/home/4case_04@2x.png'),
|
|
link: 'https://www.4dkankan.com/showPC.html?m=PoCGXVFP'
|
|
link: 'https://www.4dkankan.com/showPC.html?m=PoCGXVFP'
|
|
}
|
|
}
|