yxh
yxh
2024-01-05 26c14f0c6defe02f2b6f15b498bcd454461ee7a8
src/api/monitor/jobLog.js
@@ -12,8 +12,8 @@
// 删除调度日志
export function delJobLog(jobLogId) {
  return request({
    url: '/monitor/jobLog/' + jobLogId,
    method: 'delete'
    url: '/monitor/jobLog/remove/' + jobLogId,
    method: 'get'
  })
}
@@ -21,7 +21,7 @@
export function cleanJobLog() {
  return request({
    url: '/monitor/jobLog/clean',
    method: 'delete'
    method: 'get'
  })
}