|
|
@@ -87,9 +87,6 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
// 放行匹配前缀的请求
|
|
|
.antMatchers("/api/account/code/**").permitAll()
|
|
|
.antMatchers("/api/oss/**").permitAll()
|
|
|
- .antMatchers("/api/video/**").permitAll()
|
|
|
- .antMatchers("/api/audio/**").permitAll()
|
|
|
- .antMatchers("/api/image/**").permitAll()
|
|
|
.anyRequest().authenticated();
|
|
|
|
|
|
// 配置 FilterChainProxy 过滤器链
|