169 lines
5.8 KiB
TypeScript
169 lines
5.8 KiB
TypeScript
|
|
/**
|
|||
|
|
* 首页数据配置
|
|||
|
|
* 包含轮播图、解决方案、应用场景等所有页面数据
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// 轮播图数据
|
|||
|
|
export const carouselData = [
|
|||
|
|
{
|
|||
|
|
image: '/img/yuxiupdata/banner_2021_1.png',
|
|||
|
|
alt: '成本降低,效率更高',
|
|||
|
|
active: true
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
image: '/img/yuxiupdata/banner_2021_2.png',
|
|||
|
|
alt: '成本降低,效率更高',
|
|||
|
|
active: false
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
image: '/img/yuxiupdata/index23.png',
|
|||
|
|
alt: '共享单车最佳拍档',
|
|||
|
|
active: false
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
|
|||
|
|
// 物联网解决方案数据
|
|||
|
|
export const iotSolutionsData = [
|
|||
|
|
{
|
|||
|
|
id: 1,
|
|||
|
|
title: '共享陪护床',
|
|||
|
|
description: '解决医院陪护家属未配有床位,休息不便的问题…',
|
|||
|
|
fullDescription: '解决医院陪护家属未配有床位,休息不便的问题,提高供给效率,满足患者及家属的需要,协助医院有效管理的同事,给患者家属更舒适的修养环境。',
|
|||
|
|
image: '/img/yuxiupdata/banner3-1.png',
|
|||
|
|
link: '/sharedSolutions/sharedbed'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 2,
|
|||
|
|
title: '共享单车',
|
|||
|
|
description: '解决大型园区或短距离出行麻烦,提高出行效率…',
|
|||
|
|
fullDescription: '解决大型园区或短距离出行麻烦,提高出行效率,分时租赁单车,无桩共享,是一种新型的经济环保出行方式。',
|
|||
|
|
image: '/img/yuxiupdata/banner3-2.png',
|
|||
|
|
link: '/sharedSolutions/bike'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 3,
|
|||
|
|
title: '共享电单车',
|
|||
|
|
description: '解决人们最后三公里的出行,促进环保和健康出行...',
|
|||
|
|
fullDescription: '解决人们最后三公里的出行,促进环保和健康出行,电动助力,省力高效。',
|
|||
|
|
image: '/img/yuxiupdata/banner3-3.png',
|
|||
|
|
link: '/sharedSolutions/eBike'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 4,
|
|||
|
|
title: '共享电动车',
|
|||
|
|
description: '电动车相比续航能力更强,适用于各种出行场…',
|
|||
|
|
fullDescription: '电动车相比续航能力更强,适用于各种出行场景,一站式提供硬件设备与软件开发',
|
|||
|
|
image: '/img/yuxiupdata/banner3-4.png',
|
|||
|
|
link: '/sharedSolutions/eBike'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 5,
|
|||
|
|
title: '共享滑板车',
|
|||
|
|
description: '滑板车相对更加轻便,可穿梭于狭窄街巷,更符求…',
|
|||
|
|
fullDescription: '滑板车相对更加轻便,可穿梭于狭窄街巷,更符合用户的短距离出行需求。',
|
|||
|
|
image: '/img/yuxiupdata/banner3-5.png',
|
|||
|
|
link: '/sharedSolutions/scooter'
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
|
|||
|
|
// 多场景应用数据
|
|||
|
|
export const multiScenarioData = [
|
|||
|
|
{
|
|||
|
|
id: 1,
|
|||
|
|
title: '智能家居',
|
|||
|
|
description: '智能门锁<br> 智能空调<br> 智能电饭煲<br> 智能窗帘<br> …',
|
|||
|
|
image: '/img/yuxiupdata/banner2-1.png',
|
|||
|
|
class: 'bodycnt-info1'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 2,
|
|||
|
|
title: '智慧出行',
|
|||
|
|
description: '共享单车<br> 共享汽车<br> 共享滑板车<br> 共享电动车<br> …',
|
|||
|
|
image: '/img/yuxiupdata/banner2-2.png',
|
|||
|
|
class: 'bodycnt-info2'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 3,
|
|||
|
|
title: '智慧医疗',
|
|||
|
|
description: '共享陪护床<br> 智能安防<br> 共享打印机<br> 共享充电宝<br> …',
|
|||
|
|
image: '/img/yuxiupdata/banner2-3.png',
|
|||
|
|
class: 'bodycnt-info3'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 4,
|
|||
|
|
title: '智慧园区',
|
|||
|
|
description: '智能自提柜<br> 共享健身房<br> 共享洗衣机<br> 智能门禁<br> …',
|
|||
|
|
image: '/img/yuxiupdata/banner2-4.png',
|
|||
|
|
class: 'bodycnt-info4'
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
|
|||
|
|
// 软件应用开发数据
|
|||
|
|
export const softwareDevelopmentData = [
|
|||
|
|
{
|
|||
|
|
id: 1,
|
|||
|
|
title: 'iOS开发',
|
|||
|
|
description: '专注于高端型IOS系统开发,提供优质的IOS APP开发设计方案服务。',
|
|||
|
|
image: '/img/yuxiupdata/banner4-1.png'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 2,
|
|||
|
|
title: 'Android开发',
|
|||
|
|
description: '针对主流的android系统,提供一站式APP咨询、策划、开发服务。',
|
|||
|
|
image: '/img/yuxiupdata/banner4-2.png'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 3,
|
|||
|
|
title: '微信开发',
|
|||
|
|
description: '针对企业需求提供专业微信公众平台开发服务。...',
|
|||
|
|
image: '/img/yuxiupdata/banner4-3.png'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 4,
|
|||
|
|
title: '小程序开发',
|
|||
|
|
description: '无需安装APP,就可以带来更流畅快速的体验。',
|
|||
|
|
image: '/img/yuxiupdata/banner4-4.png'
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
|
|||
|
|
// 联网智能硬件数据
|
|||
|
|
export const smartHardwareData = [
|
|||
|
|
{
|
|||
|
|
id: 1,
|
|||
|
|
title: '锁',
|
|||
|
|
description: 'N2搭载蓝牙4.0通讯技术,以及充分利用这项技术配合物联锁App实现蓝牙秒连接,秒解锁。未来,无需等待。GPS+移动基站LBS多重精准定位,蓝牙低功耗待机,轨迹记录,电子围栏(延伸),远程授权自动开锁,支持应急开锁(延伸),支持短信远程修改相关参数。',
|
|||
|
|
image: '/img/yuxiupdata/locker.png',
|
|||
|
|
position: 'left'
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
id: 2,
|
|||
|
|
title: '联网控制器',
|
|||
|
|
description: '通过改造传统传感器/PLC/变频器等实现快速联接(无需部署新设备)。通过灵活部署,快速形成各领域的物联网解决方案;有效降低用户改造、部署、维护成本。',
|
|||
|
|
image: '/img/yuxiupdata/koz.png',
|
|||
|
|
position: 'right'
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
|
|||
|
|
|
|||
|
|
// 页面配置
|
|||
|
|
export const pageConfig = {
|
|||
|
|
carousel: {
|
|||
|
|
autoPlayInterval: 5000,
|
|||
|
|
initialSlide: 0
|
|||
|
|
},
|
|||
|
|
cssFiles: [
|
|||
|
|
'/css/bootstrap.min.css',
|
|||
|
|
'/css/main2.css',
|
|||
|
|
'/css/main.css',
|
|||
|
|
'/css/yuxi2019.css'
|
|||
|
|
],
|
|||
|
|
jsFiles: [
|
|||
|
|
'/js/jquery-1.10.2.js',
|
|||
|
|
'/js/bootstrap.min.js',
|
|||
|
|
'/js/index.js',
|
|||
|
|
'/js/gopcOm.js'
|
|||
|
|
],
|
|||
|
|
favicon: '/img/logoIco.ico',
|
|||
|
|
baiduAnalytics: '34439d222cbf169237b7b18841a6c8f0'
|
|||
|
|
}
|