mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-19 00:57:14 +08:00
refactor: 优化分页查询登录日志列表接口实现
利用 module 字段直接可以查询登录相关记录
This commit is contained in:
@@ -53,11 +53,6 @@ public class SysConsts {
|
||||
*/
|
||||
public static final String LOGIN_URI = "/auth/login";
|
||||
|
||||
/**
|
||||
* 退出登录 URI
|
||||
*/
|
||||
public static final String LOGOUT_URI = "/auth/logout";
|
||||
|
||||
/**
|
||||
* VO 描述类字段后缀
|
||||
*/
|
||||
|
Reference in New Issue
Block a user