// 本地模拟json数据 let siteListData = [{ "id": 1, "siteName": '测试站点一', }, { "id": 2, "siteName": '测试站点二' }, { "id": 3, "siteName": '测试站点三' }, { "id": 4, "siteName": '测试站点四', "iconUrl":"../../static/site-icon-alarm.png", }, { "id": 5, "siteName": '测试站点五' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, { "id": 3, "siteName": '测试站点三' }, ]; // 本地模拟json数据 let cuIconList = [{ imgUrl: '../../static/square1.png', badge: 120, name: '综合报警', redirectUrl: '/pages/siteList/siteList?type=1' }, { imgUrl: '../../static/square2.png', badge: 100, name: '运行监测', redirectUrl: '/pages/siteList/siteList?type=2' }, { imgUrl: '../../static/square-wb.png', badge: 0, name: '维保', redirectUrl: '' }, { imgUrl: '../../static/square-bx.png', badge: 0, name: '报修', redirectUrl: '' }, { imgUrl: '../../static/square-rl.png', badge: 0, name: '人脸识别', redirectUrl: '' }, { imgUrl: '../../static/square-xj.png', badge: 0, badge: 0, name: '巡检', redirectUrl: '' }, { imgUrl: '../../static/square-bz.png', badge: 0, badge: 0, name: '风险保障', redirectUrl: '' }]; let unprocessList = [{ title: '母线停电', subTitle: '动作', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电2', subTitle: '复归', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电3', subTitle: '动作', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电4', subTitle: '复归', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电5', subTitle: '复归', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电6', subTitle: '复归', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '复归', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件未处理测试', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件未处理测试', status: '未处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件未处理测试', status: '未处理', time: '2020-01-08 15:15:12' } ]; let processedList=[{ title: '母线停电', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电2', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电3', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电4', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电5', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电6', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' }, { title: '母线停电', subTitle: '事件已处理测试', status: '已处理', time: '2020-01-08 15:15:12' } ] // 定义数据出口 module.exports = { siteListData: siteListData, cuIconList: cuIconList, unprocessList:unprocessList, processedList:processedList }