feat:完善功能

This commit is contained in:
zjc
2025-02-26 22:18:09 +08:00
parent 5bdb5ea5c6
commit 01e3aabbfc
9 changed files with 456 additions and 108 deletions

View File

@@ -8,3 +8,12 @@ export function getGpsListApi(data) {
params: data
})
}
// GPS状态列表
export function getGpsStatusListApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/spot/gpsStatusList',
method: 'get',
params: data
})
}