创建文章

This commit is contained in:
zkr_liushenlu 2021-04-21 17:18:09 +08:00
parent c7c4aa29be
commit e8a9bfbe85
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ public class ShiroConfig
LinkedHashMap<String, String> filterChainDefinitionMap = new LinkedHashMap<>();
// 对静态资源设置匿名访问
filterChainDefinitionMap.put("/article/updateArticle", "anon");
filterChainDefinitionMap.put("/label/queryLabel", "anon");
filterChainDefinitionMap.put("/favicon.ico**", "anon");
filterChainDefinitionMap.put("/ruoyi.png**", "anon");
filterChainDefinitionMap.put("/css/**", "anon");