This commit is contained in:
2025-07-15 13:59:05 +08:00
parent bd9c5ae7da
commit ed1f7cf063
5 changed files with 446 additions and 128 deletions

View File

@@ -9,6 +9,7 @@ export const authlogin = (username, password) => post('auth/login', {
export const startMapping = (na) => post('teaching/startMapping?mapName=' + na, {})
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 getLocalMaps = () => post('teaching/getLocalMaps', {})
// export const synchronzieMap = (map) => post('teaching/synchronzieMap', {