提交代码

This commit is contained in:
guanj
2026-04-25 15:22:28 +08:00
parent 7abcdb3a6b
commit 8b80e0678f
4 changed files with 614 additions and 1198 deletions

View File

@@ -144,3 +144,11 @@ export function queryPushResult() {
method: 'post'
})
}
//查询升级日志
export function getByDevId(data: any) {
return createAxios({
url: '/cs-device-boot/csUpgradeLogs/getByDevId',
method: 'get',
params:data
})
}