|
@@ -215,9 +215,10 @@ public class ShiroConfig {
|
|
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/exportReportController/**", "anon");
|
|
filterChainDefinitionMap.put("/exportReportController/**", "anon");
|
|
- //filterChainDefinitionMap.put("/settLementController/**", "anon");
|
|
|
|
- //filterChainDefinitionMap.put("/settLementFileController/**", "anon");
|
|
|
|
- //filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
|
|
|
|
|
|
+ filterChainDefinitionMap.put("/settLementController/**", "anon");
|
|
|
|
+ filterChainDefinitionMap.put("/settLementFileController/**", "anon");
|
|
|
|
+ filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
|
|
|
|
+ filterChainDefinitionMap.put("/agent/**", "anon");
|
|
|
|
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
// 添加自己的过滤器并且取名为jwt
|