East
2022-02-21 1358b21c3a2cfca48d75729471214f350db7f976
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'
  })
}