不拦截获取用户信息接口

jieling
DESKTOP-C3M45P4\dengdan 2025-02-19 13:35:39 +08:00
parent 5a655ada7d
commit 2e2fcec26c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public class WebSecurityConfig extends WebMvcConfigurerAdapter{
addInterceptor.excludePathPatterns("/error");
addInterceptor.excludePathPatterns("/login**");
addInterceptor.excludePathPatterns("/req/**");
addInterceptor.excludePathPatterns("/gomotaGetRoleList**");
addInterceptor.addPathPatterns("/**");
}