后管页面新增 停车平台配置

This commit is contained in:
Lemon
2023-08-25 15:50:23 +08:00
parent cb79523b8b
commit c08c4f4a95
10 changed files with 173 additions and 13 deletions

View File

@@ -148,3 +148,11 @@ export function bindParkingPlatform(data) {
})
}
// 查询停车平台列表
export function getParkingInfoList() {
return request({
url: '/pile/station/getParkingInfoList',
method: 'get',
})
}