From a68b3fd30e90066286434a10e495c3b5b99b95f3 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 21 Aug 2025 14:03:09 +0800 Subject: [PATCH] no message --- src/config/getData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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