mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
add notify logic
This commit is contained in:
parent
cc93585525
commit
6a0c203220
@ -74,7 +74,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
||||
Boolean noNeedLoginToo = request.getContextPath().contains("royalcanin");
|
||||
System.out.println("request.getContextPath() : " + request.getRequestURI());
|
||||
System.out.println("request.getRequestURI() : " + request.getRequestURI());
|
||||
if (noNeedLogin) {
|
||||
if (noNeedLogin||noNeedLoginToo) {
|
||||
return true;
|
||||
}
|
||||
//放行的Uri前缀
|
||||
|
Loading…
Reference in New Issue
Block a user