Browse Source

日志接口鉴权取消

LAPTOP-FO2T5SIU\35838 1 month ago
parent
commit
8ffbb611f4

+ 1 - 1
pro-base/src/main/java/com/idea/pro/service/HttpRequestAopFilter.java

@@ -27,7 +27,7 @@ public class HttpRequestAopFilter {
         if(uri.contains("LogController")){
             if(null != ShiroUtils.getUser()){
                 if(!"1".equals(ShiroUtils.getUserId())){
-                    throw new Exception("该接口没有访问权限!");
+//                    throw new Exception("该接口没有访问权限!");
                 }
             }
         }