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>> | *} */