提交 a634b9ca 编写于 作者: 江南一点雨

修复favicon.ico访问权限

上级 e248f3e3
......@@ -47,7 +47,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
}
@Override
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/index.html", "/static/**", "/login_p");
web.ignoring().antMatchers("/index.html", "/static/**", "/login_p","/favicon.ico");
}
@Override
protected void configure(HttpSecurity http) throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册