mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-05-08 02:34:27 +08:00
update 优化 客户端管理 增加白名单路径和白名单IP功能 可限制客户端能访问的具体路径与可访问的具体IP地址
This commit is contained in:
@@ -40,6 +40,8 @@ public class LoginHelper {
|
||||
public static final String DEPT_NAME_KEY = "deptName";
|
||||
public static final String DEPT_CATEGORY_KEY = "deptCategory";
|
||||
public static final String CLIENT_KEY = "clientid";
|
||||
public static final String CLIENT_ACCESS_PATH_KEY = "clientAccessPath";
|
||||
public static final String CLIENT_IP_WHITELIST_KEY = "clientIpWhitelist";
|
||||
|
||||
/**
|
||||
* 登录系统 基于 设备类型
|
||||
|
||||
Reference in New Issue
Block a user