| | |
| | | filterChainDefinitionMap.put("/jmreport/**", "anon"); |
| | | filterChainDefinitionMap.put("/**/*.js.map", "anon"); |
| | | filterChainDefinitionMap.put("/**/*.css.map", "anon"); |
| | | |
| | | //设备完好率报表排除 |
| | | filterChainDefinitionMap.put("/eam/repairOrder/equipmentAvailability", "anon"); |
| | | //生产故障间隔时间报表排除 |
| | | filterChainDefinitionMap.put("/eam/faultIntervalTime/getMTBF", "anon"); |
| | | //设备可开动率报表排除 |
| | | filterChainDefinitionMap.put("/eam/repairOrder/getStartRate", "anon"); |
| | | //大屏模板例子 |
| | | filterChainDefinitionMap.put("/test/bigScreen/**", "anon"); |
| | | filterChainDefinitionMap.put("/bigscreen/template1/**", "anon"); |