调整台账录入页面

This commit is contained in:
guanj
2026-04-15 13:44:28 +08:00
parent cfcbfc45d6
commit 632a0104fb
3 changed files with 109 additions and 102 deletions

View File

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