WXL
20 小时以前 f06fb94665b25d9f9fd8947f1c2c5daa60bb5f2f
src/api/monitor/operlog.js
@@ -12,8 +12,8 @@
// 删除操作日志
export function delOperlog(operId) {
  return request({
    url: '/monitor/operlog/' + operId,
    method: 'delete'
    url: '/monitor/operlog/remove/' + operId,
    method: 'get'
  })
}
@@ -21,7 +21,7 @@
export function cleanOperlog() {
  return request({
    url: '/monitor/operlog/clean',
    method: 'delete'
    method: 'get'
  })
}