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