|
|
@ -305,15 +305,8 @@ public class ShiroConfig
|
|
|
|
// 不需要拦截的访问门户
|
|
|
|
// 不需要拦截的访问门户
|
|
|
|
filterChainDefinitionMap.put("/home/**", "anon");
|
|
|
|
filterChainDefinitionMap.put("/home/**", "anon");
|
|
|
|
filterChainDefinitionMap.put("/home", "anon,captchaValidate");
|
|
|
|
filterChainDefinitionMap.put("/home", "anon,captchaValidate");
|
|
|
|
filterChainDefinitionMap.put("/base.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/announce_view.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/work_view.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/dept_trends_view.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/business_view.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/special_view.html", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/publicView", "anon");
|
|
|
|
filterChainDefinitionMap.put("/publicView", "anon");
|
|
|
|
filterChainDefinitionMap.put("/profile/**", "anon");
|
|
|
|
filterChainDefinitionMap.put("/profile/**", "anon");
|
|
|
|
filterChainDefinitionMap.put("/search", "anon");
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/law/**", "anon");
|
|
|
|
filterChainDefinitionMap.put("/law/**", "anon");
|
|
|
|
// 系统权限列表
|
|
|
|
// 系统权限列表
|
|
|
|
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
|
|
|
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
|
|
|