|
@@ -215,9 +215,10 @@ public class ShiroConfig {
|
|
filterChainDefinitionMap.put("/explores/**", "anon");
|
|
filterChainDefinitionMap.put("/explores/**", "anon");
|
|
filterChainDefinitionMap.put("/estimatePeopleNumber/**", "anon");
|
|
filterChainDefinitionMap.put("/estimatePeopleNumber/**", "anon");
|
|
|
|
|
|
-// filterChainDefinitionMap.put("/exportReportController/**", "anon");
|
|
|
|
|
|
+ filterChainDefinitionMap.put("/exportReportController/**", "anon");
|
|
//filterChainDefinitionMap.put("/settLementController/**", "anon");
|
|
//filterChainDefinitionMap.put("/settLementController/**", "anon");
|
|
// filterChainDefinitionMap.put("/settLementFileController/**", "anon");
|
|
// filterChainDefinitionMap.put("/settLementFileController/**", "anon");
|
|
|
|
+
|
|
filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
|
|
filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
|
|
filterChainDefinitionMap.put("/agent/**", "anon");
|
|
filterChainDefinitionMap.put("/agent/**", "anon");
|
|
filterChainDefinitionMap.put("/materialUse/**", "anon");
|
|
filterChainDefinitionMap.put("/materialUse/**", "anon");
|