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