mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 15:43:49 +08:00
modify notify_url
This commit is contained in:
@@ -71,6 +71,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
||||
return true;
|
||||
}
|
||||
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
||||
System.out.println(request.getServletPath());
|
||||
if (noNeedLogin) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user