This commit is contained in:
2023-07-05 17:28:27 +08:00
parent 02b0a378bc
commit 9bf2d3c7f0
2 changed files with 1 additions and 38 deletions

View File

@ -9,17 +9,6 @@ export function list(query) {
});
}
// 删除操作日志
export function delOperlog(ids) {
return request({
url: "/monitor/use-log",
method: "delete",
data: {
ids: ids,
},
});
}
// 清空操作日志
export function cleanOperlog() {
return request({