mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-20 01:23:47 +08:00
add notify logic
This commit is contained in:
@@ -73,7 +73,7 @@ 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.getContextPath());
|
||||||
if (noNeedLogin || noNeedLoginToo) {
|
if (noNeedLogin) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//放行的Uri前缀
|
//放行的Uri前缀
|
||||||
|
|||||||
Reference in New Issue
Block a user