修复设备列表bug

This commit is contained in:
fengerli
2025-07-17 16:56:21 +08:00
parent c1adbbb9fe
commit a195b3e325
2 changed files with 20 additions and 18 deletions

View File

@ -72,12 +72,11 @@ export const userAllCustomerAll = () => {
}
// 解绑
export const deviceUnbind = (data:any) => {
export const deviceUnbind = (params:any) => {
return request({
url: '/api/device/unbind',
method: 'post',
data
method: 'GET',
params
})
}
// 撤回