mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
修复bug
This commit is contained in:
@@ -120,7 +120,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|||||||
// .antMatchers("/oauth/logout/**","/oauth/css/**","/oauth/fonts/**").permitAll()
|
// .antMatchers("/oauth/logout/**","/oauth/css/**","/oauth/fonts/**").permitAll()
|
||||||
// // 智能音箱控制器由资源服务器管理
|
// // 智能音箱控制器由资源服务器管理
|
||||||
// .antMatchers("/oauth/speaker/**").permitAll()
|
// .antMatchers("/oauth/speaker/**").permitAll()
|
||||||
// .anyRequest().authenticated()
|
.anyRequest().authenticated()
|
||||||
// .and()
|
// .and()
|
||||||
// .formLogin()
|
// .formLogin()
|
||||||
// .loginPage("/oauth/login")
|
// .loginPage("/oauth/login")
|
||||||
|
|||||||
Reference in New Issue
Block a user