mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
test
This commit is contained in:
parent
fc580f6773
commit
458ea2aba3
@ -71,7 +71,8 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
||||
return true;
|
||||
}
|
||||
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
||||
System.out.println("request.getServletPath() :" + request.getServletPath());
|
||||
Boolean noNeedLoginToo = request.getContextPath().contains("royalcanin");
|
||||
System.out.println("request.getContextPath() : " + request.getContextPath());
|
||||
if (noNeedLogin) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user