【更新】登陆部分待优化

pull/87/head
徐玉祥 2023-03-05 03:49:22 +08:00
parent fcc65450fc
commit 755e70e2c5
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ public class AuthServiceImpl implements AuthService {
} }
// 执行登录 // 执行登录
StpUtil.login(saBaseLoginUser.getId(), new SaLoginModel().setDevice(device)); StpUtil.login(saBaseLoginUser.getId(), new SaLoginModel().setDevice(device));
// TODO 登录部份需要优化
// 获取按钮码 // 获取按钮码
saBaseLoginUser.setButtonCodeList(loginUserApi.getButtonCodeListListByUserId(saBaseLoginUser.getId())); saBaseLoginUser.setButtonCodeList(loginUserApi.getButtonCodeListListByUserId(saBaseLoginUser.getId()));
// 获取移动端按钮码 // 获取移动端按钮码