mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 03:06:39 +08:00
modify notify_url
This commit is contained in:
parent
6a2ba23d55
commit
8c3506a757
@ -70,7 +70,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
||||
if (isNoNeedLogin) {
|
||||
return true;
|
||||
}
|
||||
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
|
||||
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
|
||||
if (noNeedLogin) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user