mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 03:42:01 +08:00
feat: 登录日志
This commit is contained in:
@@ -37,7 +37,7 @@ export function loginInfoExport(data: any) {
|
||||
* @returns void
|
||||
*/
|
||||
export function loginInfoRemove(infoIds: IDS) {
|
||||
return requestClient.deleteWithMsg<void>(`${Api.root}/${infoIds.join(',')}`);
|
||||
return requestClient.deleteWithMsg<void>(`${Api.root}/${infoIds}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user