admin
2020-11-14 5e54f329dfe0220ae6ca878f6502a00ba95c774c
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()
                //自定义登录界面