云设备录入

This commit is contained in:
sjl
2025-10-11 10:35:25 +08:00
parent 2e58e58c73
commit a3b6a5c0be
23 changed files with 9302 additions and 3827 deletions

View File

@@ -15,3 +15,13 @@ export function getLineTree() {
method: 'POST'
})
}
//云设备录入树
export function getCldTree() {
return createAxios({
url: '/cs-device-boot/csLedger/cldTree',
method: 'POST'
})
}