feat: update
This commit is contained in:
@@ -38,9 +38,9 @@ public class GlobalConfig extends WebMvcConfigurationSupport {
|
||||
return converter;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void addInterceptors(InterceptorRegistry registry) {
|
||||
registry.addInterceptor(new LoginInterceptor());
|
||||
// @Override
|
||||
// protected void addInterceptors(InterceptorRegistry registry) {
|
||||
// registry.addInterceptor(new LoginInterceptor())
|
||||
// .addPathPatterns("/**").excludePathPatterns("/oauth/**","/system/**","/auth/**","/ReactRotateCaptcha/**","/sms/sendByTemplate");
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user