This commit is contained in:
2023-06-21 11:43:03 +08:00
parent 5256338245
commit fc186aeaad
4 changed files with 209 additions and 51 deletions

View File

@ -13,6 +13,6 @@ export function list(query) {
export function cleanLoginLog() {
return request({
url: "/monitor/login-log/clean",
method: "delete"
method: "delete",
});
}