update 同步ruoyi

This commit is contained in:
疯狂的狮子li
2022-08-08 10:03:56 +08:00
8 changed files with 124 additions and 46 deletions

View File

@ -17,6 +17,14 @@ export function delLogininfor(infoId) {
})
}
// 解锁用户登录状态
export function unlockLogininfor(userName) {
return request({
url: '/monitor/logininfor/unlock/' + userName,
method: 'get'
})
}
// 清空登录日志
export function cleanLogininfor() {
return request({