ソースを参照

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

yangfeng 2 年 前
コミット
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("/test/seata/**", "anon");
-        filterChainDefinitionMap.put("/question/downloadTemplate", "anon");
 
 
         // 添加自己的过滤器并且取名为jwt
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
         Map<String, Filter> filterMap = new HashMap<String, Filter>(1);