shawn
2022-04-20 9da3b34b9cb3d872026e86eac86e1a6f84d5ca89
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'
  })
}