【功能优化】Bpm:设备日志的展示

This commit is contained in:
YunaiV
2025-01-28 08:32:53 +08:00
parent 3d65f1c599
commit 736b82de18
8 changed files with 32 additions and 14 deletions

View File

@ -151,7 +151,6 @@ export const DeviceApi = {
// 查询设备日志分页
getDeviceLogPage: async (params: any) => {
// TODO @super/iot/log-page 或者 /iot/log/page
return await request.get({ url: `/iot/device/data/log/page`, params })
return await request.get({ url: `/iot/device/log/page`, params })
}
}