mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
Pre Merge pull request !546 from Ymoi/loginhelper-perf
This commit is contained in:
commit
82626faae3
@ -136,6 +136,11 @@ public class LoginHelper {
|
||||
return getLoginUser().getUsername();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户昵称
|
||||
*/
|
||||
public static String getNickname() {return getLoginUser().getNickname();}
|
||||
|
||||
/**
|
||||
* 获取用户类型
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user