@@ -41,7 +41,7 @@ public class LifeCenterInterCeptor extends HandlerInterceptorAdapter {
logger.error("url -- > " + url);
logger.error("url -- > " + url.contains( "/mobile" ));
- if (url.contains( "/error" ) || url.contains( "/manager" ) || url.contains( "/console" ) ) {
+ if (url.contains( "/error" )) {
return true;
}