接口添加

This commit is contained in:
shijing 2024-02-23 11:20:29 +08:00
parent f26cd3f2f6
commit a7616c4d60
1 changed files with 11 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export default {
} }
} }
}, },
//车辆出入记录
vehicle_access: { vehicle_access: {
name: "车辆出入记录", name: "车辆出入记录",
req: async function (data) { req: async function (data) {
@ -81,6 +82,16 @@ export default {
data); data);
} }
}, },
//洗车记录
carwash: {
name: "车辆出入记录",
req: async function (data) {
return await http.get(
`${config.API_URL}/enp/carwash/`,
data);
}
},
//导出
envdata: { envdata: {
export_excel: { export_excel: {
name: "导出Excel", name: "导出Excel",