用户登录后处理头像到前台

This commit is contained in:
2023-08-10 19:17:30 +08:00
parent 5324e088ae
commit 498f92c1b3
8 changed files with 31 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ public interface SecurityConstants {
String USER_INDEX_KEY = "userIndex";
String USER_TYPE = "userType";
String USER_NAME_KEY = "user_name";
String USER_HEAD_KEY = "headSculpture";
String USER_NICKNAME_KEY = "nickname";
String CLIENT_ID_KEY = "client_id";
String DEPT_INDEX_KEY = "deptIndex";