|
|
@ -75,6 +75,7 @@ public class ShiroConfig { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// 配置不会被拦截的链接 顺序判断
|
|
|
|
// 配置不会被拦截的链接 顺序判断
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndndbslist", "anon"); //根据比赛id去查询年度比赛项目无拦截
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswlj", "anon"); //年度比赛列表无拦截需要传比赛id
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswlj", "anon"); //年度比赛列表无拦截需要传比赛id
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswxq", "anon"); //年度比赛详情无拦截需要传比赛id
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswxq", "anon"); //年度比赛详情无拦截需要传比赛id
|
|
|
|
filterChainDefinitionMap.put("/comp/comp/complistnoxq", "anon"); //比赛详情无拦截
|
|
|
|
filterChainDefinitionMap.put("/comp/comp/complistnoxq", "anon"); //比赛详情无拦截
|
|
|
|