urls.js 561 Bytes
import baseUrl from '../baseUrl'
export default {
	// 交通方面表格
  tableList: baseUrl + '/api/v1/traffic/events',
  // 事件查询表格
  eventTableList: baseUrl + '/api/v1/behavior/events',
  // 获取详情图片
  detailImg: baseUrl + '/api/v1/web/pics/',
  // 删除
  delVehicle: baseUrl + '/api/v1/traffic/events/',
  // 批量删除
  patchdel: baseUrl + '/api/v1/traffic/events/patchdel',
  // 事件类型
  eventTypes: baseUrl + '/api/v1/codes/event_types',
  //交通流量表格
  traficflow: baseUrl + '/api/v1/traffic/flow/statistics',
}