configData.js 1.65 KB
Newer Older
周宏民's avatar
周宏民 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
/* 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 };