|  | @@ -95,6 +95,7 @@ public class ShiroConfig {
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/generic/**", "anon");//pdf预览需要文件
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/openApi/**", "anon");//openApi接口排除
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/report/FabricLoss/getFile", "anon");//图片预览 &下载文件不限制token
 | 
	
		
			
				|  |  | +        filterChainDefinitionMap.put("/report/FabricLoss/applyCallback", "anon");//面损表oa回调
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/sys/getLoginQrcode/**", "anon"); //登录二维码
 |