mirror of
https://gitee.com/freshday/radar.git
synced 2024-12-02 20:07:47 +08:00
删除歧义的log 信息。
Signed-off-by: 烈日下的从容 <wfh45678@163.com>
This commit is contained in:
parent
5b586f34c3
commit
a35bcaa994
@ -29,7 +29,7 @@ public class AuthInterceptor implements HandlerInterceptor {
|
||||
if (uri.startsWith("/services")&& !uri.contains("/merchant") && !uri.contains("/common")) {
|
||||
|
||||
if (user == null) {
|
||||
logger.info("session expired, redirect to index.html");
|
||||
logger.info("session expired.");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user