加功能

This commit is contained in:
2025-10-22 10:24:50 +08:00
parent 5dbec81e7f
commit eaebed8fa5
5 changed files with 43 additions and 50 deletions

View File

@@ -136,4 +136,11 @@ export const updatePointqueryPointInfo = (time, search) => {
]
}
return res
}
export const queryNowVehicle = () => {
let res = {
message: 'ok',
data: {box_type: 'aa'}
}
return res
}