/* eslint-disable prettier/prettier */ /* * @Title: * @Author: hongmye * @Date: 2024-01-30 15:29:09 */ import gongshuiVideo from '@/assets/videos/供水.mp4'; import shuiliVideo from '@/assets/videos/水利.mp4'; import paishuiVideo from '@/assets/videos/排水.mp4'; import jieshuiVideo from '@/assets/videos/节水.mp4'; const schemeData = [ { title: '供水产品', background: '', url: '', video: gongshuiVideo, type: '供水', }, { title: '水利产品', background: '', url: '', video: shuiliVideo, type: '水利', }, { title: '排水产品', background: '', url: '', video: paishuiVideo, type: '排水', }, { title: '节水产品', background: '', url: '', video: jieshuiVideo, type: '能源', }, ]; const platformData = [ { title: '统一接入', subTitle: '汇聚水务全域数据', top: '3网', icon: '统一接入.png', flex: 350, url: '', blank: true, }, { title: '融合治理', subTitle: '夯实数据价值化路径', top: '1库', icon: '融合治理.png', flex: 350, url: '', blank: true, }, { title: '熊猫智慧水务系列软件产品', icon: '', isCenter: true, flex: 464, url: '', }, { title: '业务集成', subTitle: '贯通业务一站服务', top: '5中心', icon: '业务集成.png', flex: 350, url: '', blank: true, }, { title: '智慧应用', subTitle: '赋能水务新质生产力', top: 'N应用', icon: '智慧应用.png', flex: 350, url: '', blank: true, }, ]; export { schemeData, platformData };