mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 19:26:41 +08:00
cancel token
This commit is contained in:
parent
85b798859c
commit
c85f6fefc5
@ -70,9 +70,8 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
|
|||||||
if (isNoNeedLogin) {
|
if (isNoNeedLogin) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin/member");
|
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
|
||||||
Boolean noNeedLoginNotify = request.getServletPath().startsWith("royalcanin/wechatnotify");
|
if (noNeedLogin) {
|
||||||
if (noNeedLogin||noNeedLoginNotify) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//放行的Uri前缀
|
//放行的Uri前缀
|
||||||
|
Loading…
Reference in New Issue
Block a user