同步地图

This commit is contained in:
2025-08-20 17:45:56 +08:00
parent c413f420b5
commit 4ac4666fc9
5 changed files with 44 additions and 263 deletions

View File

@@ -42,4 +42,6 @@ export const getRouteInfo = () => get('routeInfo/getRouteInfo', {})
// 下发任务
export const relocate = (x, y, angle) => post('teaching/relocate?x=' + x + '&y=' + y + '&angle=' + angle, {})
// 关机重启
export const rebootVehicle = () => get('vehicle/rebootVehicle', {})
export const rebootVehicle = () => get('vehicle/rebootVehicle', {})
// 同步地图
export const synchronizedMap = () => get('mapInfo/synchronizedMap', {})