mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
add notify logic
This commit is contained in:
parent
997041abba
commit
37a6426ae0
@ -72,7 +72,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());
|
||||
System.out.println("request.getContextPath() : " + request.getContextPath());
|
||||
if (noNeedLogin || noNeedLoginToo) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user