longyvfengyun
2024-03-28 e688c5abc5f87c3ce00afb094376053643fe3857
src/views/moudle/carInfo/apis.js
@@ -12,6 +12,21 @@
}
/**
 * 根据汽车名字 模糊查询
 * @param name  汽车名字
 * @return {Promise<AxiosResponse<any>> | *}
 */
export const searchCarListByNameApi= (name)=>{
  return axios({
    method: "GET",
    url: "/monitor/boxGPS/select",
    params: {
      name
    }
  });
}
/**
 * 统计最近7日在线的车辆
 * @return {Promise<axios.AxiosResponse<any>> | *}
 */