引导
This commit is contained in:
@@ -40,10 +40,6 @@ export const getMapInfoByCode = () => get('mapInfo/getMapInfoByCode', {})
|
||||
export const queryMapAllStation = () => get('station/queryMapAllStation', {})
|
||||
export const getRouteInfo = () => get('routeInfo/getRouteInfo', {})
|
||||
// 下发任务
|
||||
export const relocate = (x, y, angle) => get('teaching/relocate', {
|
||||
x: x,
|
||||
y: y,
|
||||
angle: angle
|
||||
})
|
||||
export const relocate = (x, y, angle) => post('teaching/relocate?x=' + x + '&y=' + y + '&angle=' + angle, {})
|
||||
// 关机重启
|
||||
export const rebootVehicle = () => get('vehicle/rebootVehicle', {})
|
||||
Reference in New Issue
Block a user