We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登录成功后,点击浏览器的buck按钮,之后就出现无法登录的问题,大家遇到过没
The text was updated successfully, but these errors were encountered:
在loginController的方法中添加(已经登录访问登录页时直接跳转首页):
Subject subject = SecurityUtils.getSubject(); if (subject.isAuthenticated()) { return "redirect:/"; }
Sorry, something went wrong.
No branches or pull requests
登录成功后,点击浏览器的buck按钮,之后就出现无法登录的问题,大家遇到过没
The text was updated successfully, but these errors were encountered: