src/api/open.js @@ -41,3 +41,8 @@ export const deleteClient = (params) => { return postRequest('/client/delByIds', params) } // 分页获取车辆信息 export const getCarList = (params) => { return getRequest('/car/getByPage', params) }