Commit 6c5285c9 authored by guoyou's avatar guoyou

租车订单管理

parents 8233429e a6eed53e
...@@ -132,17 +132,6 @@ export function updateVehicleModel(params) { ...@@ -132,17 +132,6 @@ export function updateVehicleModel(params) {
}); });
} }
/**
* App是否展示
* @param {Object} params
*/
export function updateAppShow(params) {
return fetch({
url: '/vehicle/vehicleModel/bg/updateAppShow',
method: 'post',
data: params
});
}
/* /*
* 新建一条车型数据 * 新建一条车型数据
* */ * */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment