import BgImg1 from '../common/img/bg-img-1.jpg' import BgImg2 from '../common/img/bg-img-2.jpg' import BgImg3 from '../common/img/bg-img-3.jpg' import InfoSub1 from './img/info-sub-1.png' import InfoSub2 from './img/info-sub-2.png' import InfoSub3 from './img/info-sub-3.png' import InfoSub4 from './img/info-sub-4.png' import InfoSub5 from './img/info-sub-5.png' import InfoSub6 from './img/info-sub-6.png' import InfoMain1 from './img/info-main-1.jpg' import InfoMain2 from './img/info-main-2.png' import InfoMain3 from './img/info-main-3.png' import InfoMain4 from './img/info-main-4.jpg' import InfoMain5 from './img/info-main-5.png' import LogoIcon from './img/logo-icon.png' import LogoIconZwww from './img/logo-icon_zwww.png' import store from '@/store/index' export const logoIcon = window?.cusConfig?.version === 'zwww' ? LogoIconZwww : LogoIcon export const bgImgMapper = [BgImg1, BgImg2, BgImg3] export const infoMapper = [ { label: '平台简介', enLabel: 'Platform Introduction', remark: '海南社管平台按照“全省一盘棋、全岛同城化”理念,聚焦“二线高效管住””自贸港风险防控“等核心业务需求...', subImg: InfoSub1, mainImg: InfoMain1, }, { label: '领导关怀', enLabel: "Leader's Care", remark: '中央、海南省委省政府对社管平台的建设高度重视,相关领导多次到社管平台调研指导工作,并作出一系列重要批示。', subImg: InfoSub2, mainImg: InfoMain2, }, { label: '组织架构', enLabel: 'Organization Structure', remark: '中央、海南省委省政府对社管平台的建设高度重视,相关领导多次到社管平台调研指导工作,并作出一系列重要批示。', subImg: InfoSub3, mainImg: InfoMain3, }, { label: '总体规划', enLabel: 'Master Planning', remark: '根据顶层设计文件要求,社管平台按照“强化共用、整合通用、开放应用”的架构理念,打造“1551”社会管理业务架构体系...', subImg: InfoSub4, mainImg: InfoMain4, }, { label: '大厅职能', enLabel: 'Hall Functions', remark: '社管平台联勤联动工作在建设领导小组统一领导下,由指挥中心负责,联勤协调处指挥调度,情指行组具体落实。', subImg: InfoSub5, mainImg: InfoMain5, }, { label: '成果展示', enLabel: 'Achievement-Exhibition', remark: '近年来,平台通过船舶管控系统精准预警重点海域和重要时段涉海信息,配合海南海警局、海岸警察总队等部门破获了系列重大案件...', subImg: InfoSub6, href: `/${store.state.app.apiProxy.staticApi}/video/cgzs.mp4` }, ]