疯狂的狮子li
2021-10-22 296e6171a1191ba5fcd674a29499547bf30c5f57
ruoyi-ui/src/api/monitor/operlog.js
@@ -24,12 +24,3 @@
    method: 'delete'
  })
}
// 导出操作日志
export function exportOperlog(query) {
  return request({
    url: '/monitor/operlog/export',
    method: 'get',
    params: query
  })
}