疯狂的狮子Li
2022-01-02 09b03465d8a0ca3fd85fda020e7f160c1b3302af
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
  })
}