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