service-goldcorn/src/main/java/com/ks/goldcorn/config/WebSecurityConfig.java
@@ -128,7 +128,7 @@ protected void configure(HttpSecurity http) throws Exception { http.authorizeRequests() .antMatchers("/admin/api/captcha.jpg*").permitAll() .antMatchers("/admin/api/*").authenticated() .antMatchers("/admin/api/*","/home.html").authenticated() .and() .formLogin() //自定义登录界面