添加功能

This commit is contained in:
2025-09-18 13:16:35 +08:00
parent b2e1b317cc
commit e6cfb7f693
3 changed files with 5 additions and 5 deletions

View File

@@ -201,6 +201,6 @@ export const setStation = (sn, code) => {
return res
}
export const getReturnStation = () => {
let res = {station_id: 'B1',station_code:"111",station_name:"1111"}
let res = {station_id: 'B3333',station_code:"111",station_name:"1111"}
return res
}