新增IE浏览器版本过低提示页面

This commit is contained in:
RuoYi
2021-04-07 17:40:29 +08:00
parent 2ff4f51d0f
commit 6f9c272b61
3 changed files with 49 additions and 1 deletions

View File

@ -271,6 +271,7 @@ public class ShiroConfig
// 对静态资源设置匿名访问
filterChainDefinitionMap.put("/favicon.ico**", "anon");
filterChainDefinitionMap.put("/ruoyi.png**", "anon");
filterChainDefinitionMap.put("/html/**", "anon");
filterChainDefinitionMap.put("/css/**", "anon");
filterChainDefinitionMap.put("/docs/**", "anon");
filterChainDefinitionMap.put("/fonts/**", "anon");