yxh
yxh
2024-01-05 26c14f0c6defe02f2b6f15b498bcd454461ee7a8
src/api/monitor/logininfor.js
@@ -12,8 +12,8 @@
// 删除登录日志
export function delLogininfor(infoId) {
  return request({
    url: '/monitor/logininfor/' + infoId,
    method: 'delete'
    url: '/monitor/logininfor/remove/' + infoId,
    method: 'get'
  })
}
@@ -21,7 +21,7 @@
export function cleanLogininfor() {
  return request({
    url: '/monitor/logininfor/clean',
    method: 'delete'
    method: 'get'
  })
}