RuoYi
2025-05-30 8aca11c2a21a90ef2a413ad36a5fc8403c7034f7
ruoyi-ui/src/api/system/operlog.js
@@ -12,7 +12,7 @@
// 删除操作日志
export function delOperlog(operId) {
  return request({
    url: '/monitor/operlog/' + operId,
    url: '/system/operlog/' + operId,
    method: 'delete'
  })
}