mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-07 14:21:26 +00:00
【功能优化】Bpm:设备日志的展示
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user