mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
add notify logic
This commit is contained in:
parent
0eaf96bfd1
commit
cc93585525
@ -72,7 +72,8 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
|||||||
}
|
}
|
||||||
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
||||||
Boolean noNeedLoginToo = request.getContextPath().contains("royalcanin");
|
Boolean noNeedLoginToo = request.getContextPath().contains("royalcanin");
|
||||||
System.out.println("request.getContextPath() : " + request.getContextPath());
|
System.out.println("request.getContextPath() : " + request.getRequestURI());
|
||||||
|
System.out.println("request.getRequestURI() : " + request.getRequestURI());
|
||||||
if (noNeedLogin) {
|
if (noNeedLogin) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user