|
|
@ -304,7 +304,6 @@ public class ShiroConfig
|
|
|
|
filterChainDefinitionMap.put("/register", "anon,captchaValidate");
|
|
|
|
filterChainDefinitionMap.put("/register", "anon,captchaValidate");
|
|
|
|
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/license/**", "anon,captchaValidate");
|
|
|
|
filterChainDefinitionMap.put("/license/**", "anon,captchaValidate");
|
|
|
|
filterChainDefinitionMap.put("/monitor/**", "anon,captchaValidate");
|
|
|
|
|
|
|
|
// 系统权限列表
|
|
|
|
// 系统权限列表
|
|
|
|
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
|
|
|
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
|
|
|
|
|
|
|
|
|
|
|