src/api/open.js @@ -40,4 +40,9 @@ // 删除客户端 export const deleteClient = (params) => { return postRequest('/client/delByIds', params) } } // 分页获取车辆信息 export const getCarList = (params) => { return getRequest('/car/getByPage', params) }