Prechádzať zdrojové kódy

下载题目模版使用权限控制

yangfeng 2 rokov pred
rodič
commit
cf44b576fe

+ 0 - 1
core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -150,7 +150,6 @@ public class ShiroConfig {
 
         //测试模块排除
         filterChainDefinitionMap.put("/test/seata/**", "anon");
-        filterChainDefinitionMap.put("/question/downloadTemplate", "anon");
 
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<String, Filter>(1);