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