{"version":3,"sources":["webpack:///./src/api/streamReport.js"],"names":["URL","RS_URL","streamHourReport","p","get","roadSectionStreamReport"],"mappings":"kHAAA,gIACMA,EAAM,yBACNC,EAAS,uBAEFC,EAAmB,SAAAC,GAAC,OAAIC,iBAAIJ,EAAK,OAAQG,IACzCE,EAA0B,SAAAF,GAAC,OAAIC,iBAAIH,EAAS,eAAgBE","file":"js/chunk-2d0ae9c8.d957ac9b.js","sourcesContent":["import { get, post, put, del } from '@/utils/request'\r\nconst URL = '/manage/report/stream/'\r\nconst RS_URL = '/manage/roadsection/'\r\n\r\nexport const streamHourReport = p => get(URL+ 'hour', p)\r\nexport const roadSectionStreamReport = p => get(RS_URL + 'stream/total', p)\r\n"],"sourceRoot":""}