mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
modify notify_url
This commit is contained in:
parent
17d5182878
commit
6a2ba23d55
@ -71,8 +71,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
|
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
|
||||||
Boolean noNeedLoginToo = request.getServletPath().startsWith("/jc");
|
if (noNeedLogin) {
|
||||||
if (noNeedLogin||noNeedLoginToo) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//放行的Uri前缀
|
//放行的Uri前缀
|
||||||
|
Loading…
Reference in New Issue
Block a user