mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 11:16:39 +08:00
commit
468f1c8925
@ -71,6 +71,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
||||||
|
System.out.println("request.getServletPath() :" + request.getServletPath());
|
||||||
if (noNeedLogin) {
|
if (noNeedLogin) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user