yxh
yxh
2024-02-05 707e0ab1beeed7f34a4f10f963bb3b9060fcb9f4
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'
  })
}