export const eventColor = { realTimeEvent: 'red', accidentEvent: 'yellow', } export const eventTypeKey = { realTimeEvent: 'comments', accidentEvent: 'comments', } export const eventIcon = { // 实时事件 '交通事故': 'jtsg', '突发车流量': 'tfcll', '故障车占道': 'gzczd', '地质': 'dz', '火灾': 'hz', 'redDefault': 'redDefault', // 故障事件 'yellowDefault': 'yellowDefault' }