RuoYi
2021-09-23 cae41a8da2611109ff6fb01ec1c2c38c687e79c4
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'
  })
}