This commit is contained in:
2025-07-25 18:43:20 +08:00
parent 1bdd91fb42
commit 1b9c2ba8e4
6 changed files with 650 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ export const setStation = (sn) => post('teaching/setStation?stationName=' + sn,
export const stopMapping = () => post('teaching/stopMapping', {})
export const getLocalMaps = () => post('teaching/getLocalMaps', {})
export const oneClickDeployment = (map) => post('teaching/oneClickDeployment?mapName=' + map, {})
export const abandonMapping = () => post('teaching/abandonMapping', {})
// 操作
export const queryStation = () => post('api/operate/queryStation', {})