coder-yqj / springboot-shiro

使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

登陆页点击login 会自动下载favicon.ico

xh2011wuchi opened this issue · comments

这个怎么处理

commented

这个问题加入/favicon.ico":"anon"即可。因为/**设置为authc会拦截这个ico文件。