/* 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: '水务统一接入平台', icon: '水务统一接入平台icon.png', flex: 248, url: '', blank: true, }, { title: '水务web组态平台', icon: '水务web组态平台icon.png', flex: 253, url: '', blank: true, }, { title: '水务数据中台', icon: '水务数据中台icon.png', flex: 216, url: '', blank: true, }, { title: '熊猫智慧水务系列支撑能力平台', icon: '', isCenter: true, flex: 464, url: '', }, { title: '水务门户网站', icon: '水务门户网站icon.png', flex: 226, url: '', blank: true, }, { title: '水务全场景低代码平台', icon: '水务全场景低代码平台icon.png', flex: 283, url: '', blank: true, }, { title: '水务AI平台', icon: '水务AI平台icon.png', flex: 210, url: '', blank: true, }, ]; export { schemeData, platformData };