// 终点背景图标 export { default as redPointIcon } from './point-red.png' // 途经点背景图标 export { default as greenPointIcon } from './point-green.png' // 起点北背景图标 export { default as bluePointIcon } from './point-blue.png' export { default as cyanbluePointIcon } from './point-cyanblue.png' // 巡查点背景图标 export { default as orangePointIcon } from './point-orange.png' // 收费站背景图标 export { default as serviceAreaIcon } from './service-area.png' // 收费站背景图标 export { default as tollStationIcon } from './toll-station.png' // 桥梁背景图标 export { default as bridgeIcon } from './bridgeIcon.png' // 隧道背景图标 export { default as tunnelIcon } from './tunnelIcon.png' // 气象背景图标 export { default as weatherIcon } from './weather.png' // 桩号图标 export { default as stakeIcon } from './stake.png' // 流量监测点图标 export { default as flowIcon } from './flow.png' // 设备监测点图标 export { default as deviceIcon } from './redDevice.png' // 施工信息图标 export { default as constructionIcon } from './redConstrution.png' // 情报板信息点图标 export { default as informationBoardIcon } from './information-board.png' // export { default as carIcon } from '@/assets/images/car.png' export { default as xcCarIcon } from './xc_car.png' export { default as qzCarIcon } from './qz_car.png' // export { default as driverIcon } from '@/assets/images/driver.png' export { default as cameraIcon } from './camera.png' export { default as blueCameraIcon } from './camera-blue.png' export { default as redCamera } from './redCamera.png' export { default as blueCamera } from './blueCamera.png' export { default as confirmingIcon } from './confirming.png' export { default as dispatchingIcon } from './dispatching.png' export { default as dealingIcon } from './dealing.png' export { default as strategyRadar } from './strategyRadar.gif'