删除歧义的log 信息。

Signed-off-by: 烈日下的从容 <wfh45678@163.com>
This commit is contained in:
烈日下的从容 2019-09-25 14:59:22 +08:00
parent 5b586f34c3
commit a35bcaa994

View File

@ -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;
}
}