修复bug

This commit is contained in:
kerwincui
2022-04-08 13:23:30 +08:00
parent 77178e05e8
commit 8dde2fea92

View File

@@ -120,7 +120,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// .antMatchers("/oauth/logout/**","/oauth/css/**","/oauth/fonts/**").permitAll()
// // 智能音箱控制器由资源服务器管理
// .antMatchers("/oauth/speaker/**").permitAll()
// .anyRequest().authenticated()
.anyRequest().authenticated()
// .and()
// .formLogin()
// .loginPage("/oauth/login")