瀏覽代碼

인터셉터 수정

junekeunsong 4 年之前
父節點
當前提交
6681167642
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/lemon/lifecenter/common/LifeCenterInterCeptor.java

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