修改台账

This commit is contained in:
guanj
2026-04-15 19:29:36 +08:00
parent 632a0104fb
commit 01a28d88f3
4 changed files with 84 additions and 56 deletions

View File

@@ -144,11 +144,3 @@ export function queryPushResult() {
method: 'post'
})
}
//监测设备接入
export function onlineRegister(data: any) {
return createAxios({
url: '/access-boot/device/onlineRegister',
method: 'post',
params: data
})
}