add batch delete for log

This commit is contained in:
ljw
2024-11-12 09:07:42 +08:00
parent 4d1da2e89e
commit cb1bf5307a
7 changed files with 149 additions and 13 deletions
+8
View File
@@ -14,3 +14,11 @@ export function remove (data) {
data,
})
}
export function batchDelete (data) {
return request({
url: '/login_log/batchDelete',
method: 'post',
data,
})
}