This commit is contained in:
张江玮
2023-04-14 10:18:48 +08:00
parent 71c1dedd18
commit 18b3f9b31f
161 changed files with 6167 additions and 9030 deletions

View File

@@ -68,4 +68,11 @@ export function changeLock(data) {
})
}
export default { add, edit, del, changeActive, findPoints, getPoint, getRegion, changeUsed, changeLock }
export function getDevice() {
return request({
url: 'api/point/getDevice',
method: 'post'
})
}
export default { add, edit, del, changeActive, findPoints, getPoint, getRegion, changeUsed, changeLock, getDevice }