权限控制
This commit is contained in:
parent
57132ca6cf
commit
504603f6de
|
|
@ -300,12 +300,14 @@ public class ShiroConfig
|
||||||
filterChainDefinitionMap.put("/tool/oss/**", "anon");
|
filterChainDefinitionMap.put("/tool/oss/**", "anon");
|
||||||
// app登陆接口
|
// app登陆接口
|
||||||
filterChainDefinitionMap.put("/app/login/**", "anon");
|
filterChainDefinitionMap.put("/app/login/**", "anon");
|
||||||
// app登陆接口
|
// app用户接口
|
||||||
filterChainDefinitionMap.put("/app/user/**", "anon");
|
filterChainDefinitionMap.put("/app/user/**", "anon");
|
||||||
// app登陆接口
|
// app个人信息接口
|
||||||
filterChainDefinitionMap.put("/app/single/**", "anon");
|
filterChainDefinitionMap.put("/app/single/**", "anon");
|
||||||
// app登陆接口
|
// app图片附件接口
|
||||||
filterChainDefinitionMap.put("/app/img/**", "anon");
|
filterChainDefinitionMap.put("/app/img/**", "anon");
|
||||||
|
// app关注接口
|
||||||
|
filterChainDefinitionMap.put("/app/follow/**", "anon");
|
||||||
// 系统权限列表
|
// 系统权限列表
|
||||||
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue