确认组箱

This commit is contained in:
2025-10-24 13:41:19 +08:00
parent eaebed8fa5
commit c439a958d4
9 changed files with 744 additions and 275 deletions

View File

@@ -140,7 +140,7 @@ export const updatePointqueryPointInfo = (time, search) => {
export const queryNowVehicle = () => {
let res = {
message: 'ok',
data: {box_type: 'aa'}
data: {box_type: '3'}
}
return res
}