no message

This commit is contained in:
2025-08-21 14:03:09 +08:00
parent 3b78d7519e
commit a68b3fd30e

View File

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