diff --git a/src/config/getData.js b/src/config/getData.js index f706fb4..06a0a0f 100644 --- a/src/config/getData.js +++ b/src/config/getData.js @@ -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', {}) \ No newline at end of file +export const synchronizedMap = () => post('mapInfo/synchronizedMap', {}) \ No newline at end of file