mirror of https://gitee.com/xiaonuobase/snowy
【更新】登陆部分待优化
parent
fcc65450fc
commit
755e70e2c5
|
@ -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()));
|
||||||
// 获取移动端按钮码
|
// 获取移动端按钮码
|
||||||
|
|
Loading…
Reference in New Issue