add notify logic

This commit is contained in:
Carl 2022-01-19 00:34:57 +08:00
parent 37a6426ae0
commit 0eaf96bfd1

View File

@ -73,7 +73,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
Boolean noNeedLoginToo = request.getContextPath().contains("royalcanin");
System.out.println("request.getContextPath() : " + request.getContextPath());
if (noNeedLogin || noNeedLoginToo) {
if (noNeedLogin) {
return true;
}
//放行的Uri前缀