Browse Source

SaTokenConfig

fanxp 2 tháng trước cách đây
mục cha
commit
65f4bd670c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/com/xjrsoft/config/SaTokenConfig.java

+ 1 - 1
src/main/java/com/xjrsoft/config/SaTokenConfig.java

@@ -49,7 +49,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
         registry.addInterceptor(getRateLimitInterceptor()).addPathPatterns("/**");
 
         //satoken 注解鉴权拦截器
-        registry.addInterceptor(new SaInterceptor()).addPathPatterns("/**");
+//        registry.addInterceptor(new SaInterceptor()).addPathPatterns("/**");
     }
 
     @Bean