public static String getProfile() { return profile; } public void setProfile(String profile) { RuoYiConfig.profile = profile; }
自带的set发现它没有 static,自己的也去掉就能获取到啦
public static String getUserAvatar() { return userAvatar; } public void setUserAvatar(String userAvatar) { RuoYiConfig.userAvatar = userAvatar; }