|
|
|
@ -76,8 +76,11 @@ public class ShiroConfig { |
|
|
|
|
} |
|
|
|
|
// 配置不会被拦截的链接 顺序判断
|
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswlj", "anon"); //年度比赛列表无拦截需要传比赛id
|
|
|
|
|
filterChainDefinitionMap.put("/annualcomp/annualComp/findndbswxq", "anon"); //年度比赛详情无拦截需要传比赛id
|
|
|
|
|
filterChainDefinitionMap.put("/comp/comp/complistnoxq", "anon"); //比赛详情无拦截
|
|
|
|
|
filterChainDefinitionMap.put("/comp/comp/complistnolj", "anon"); //比赛列表无拦截
|
|
|
|
|
filterChainDefinitionMap.put("/AnnualCompPoint/annualCompPoint/findcompp", "anon"); //查询是已经通过审核的且在报名时间段之内的年度比赛项目需要穿年度比赛id
|
|
|
|
|
filterChainDefinitionMap.put("/AnnualCompPoint/annualCompPoint/findcomppxq", "anon"); //查询是已经通过审核的且在报名时间段之内的年度比赛项目详情需要穿年度比赛id
|
|
|
|
|
filterChainDefinitionMap.put("/sysconfiguration/sysConfiguration/**", "anon"); //系统配置
|
|
|
|
|
filterChainDefinitionMap.put("/sys/cas/client/validateLogin", "anon"); //cas验证登录
|
|
|
|
|
filterChainDefinitionMap.put("/sys/randomImage/**", "anon"); //登录验证码接口排除
|
|
|
|
|