|
|
@@ -47,7 +47,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
|
|
// 注册拦截器
|
|
|
registry.addInterceptor(getRateLimitInterceptor()).addPathPatterns("/**");
|
|
|
//satoken 注解鉴权拦截器
|
|
|
- registry.addInterceptor(new SaInterceptor()).addPathPatterns("/**");
|
|
|
+// registry.addInterceptor(new SaInterceptor()).addPathPatterns("/**");
|
|
|
}
|
|
|
|
|
|
@Bean
|
|
|
@@ -129,6 +129,4 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
|
|
SaRouter.match(SaHttpMethod.OPTIONS).back();
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|