Explorar o código

인터셉터 수정

junekeunsong %!s(int64=4) %!d(string=hai) anos
pai
achega
6681167642

+ 1 - 1
src/main/java/com/lemon/lifecenter/common/LifeCenterInterCeptor.java

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