登录:fix
This commit is contained in:
@@ -47,7 +47,7 @@ export default class Auth extends Service {
|
||||
});
|
||||
} else {
|
||||
|
||||
let param = this.getReturnParam(user);
|
||||
let param = this.getReturnParam(lastGuest);
|
||||
return this.ctx.service.utils.resResult(STATUS.SUCCESS, {
|
||||
canLogin: true, // 未设置密码等于未创建账号
|
||||
loginType,
|
||||
|
||||
Reference in New Issue
Block a user