tianwu.sun hai 9 meses
pai
achega
f279ae3ae7

+ 1 - 3
src/main/java/com/bootdo/system/config/AuthorizationInterceptorConf.java

@@ -28,9 +28,7 @@ public class AuthorizationInterceptorConf implements WebMvcConfigurer {
             "/swagger-ui.html",
             "/static/**",
             //不拦截接口
-            "/login",
-            "/ssoLogin",
-            "/files/**"
+            "/login"
     };
 
     @Override