!31 2022-1-18 Carl

Merge pull request !31 from Admin/sit-Carl-V3
This commit is contained in:
Admin 2022-01-18 11:03:34 +00:00 committed by Gitee
commit 468f1c8925
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -71,6 +71,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
return true;
}
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
System.out.println("request.getServletPath() " + request.getServletPath());
if (noNeedLogin) {
return true;
}