提交 3e0764c7 编写于 作者: M MaxKey

Update SingleSignOnInterceptor.java

上级 50bfb308
......@@ -52,7 +52,7 @@ public class SingleSignOnInterceptor implements AsyncHandlerInterceptor {
AuthorizationUtils.authenticateWithCookie(
request,authJwtService,onlineTicketService);
if(AuthorizationUtils.isAuthenticated()){
if(AuthorizationUtils.isNotAuthenticated()){
//http://sso.maxkey.top/sign/
String loginUrl = "http://sso.maxkey.top:4200/#/passport/login";
String savedRequestUrl = UrlUtils.buildFullRequestUrl(request);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册