新增锁定屏幕功能

This commit is contained in:
RuoYi
2020-12-08 15:35:24 +08:00
parent 832b1f4e14
commit fb480530c8
8 changed files with 1040 additions and 10 deletions

View File

@ -13,10 +13,15 @@ public class ShiroConstants
public static final String CURRENT_USER = "currentUser";
/**
* 用户名
* 用户名字段
*/
public static final String CURRENT_USERNAME = "username";
/**
* 锁定屏幕字段
*/
public static final String LOCK_SCREEN = "lockscreen";
/**
* 消息key
*/