|  | @@ -11,6 +11,7 @@ import com.tzld.piaoquan.growth.common.common.base.CommonResponse;
 | 
	
		
			
				|  |  |  import org.apache.commons.lang3.StringUtils;
 | 
	
		
			
				|  |  |  import org.springframework.validation.BindingResult;
 | 
	
		
			
				|  |  |  import org.springframework.validation.annotation.Validated;
 | 
	
		
			
				|  |  | +import org.springframework.web.bind.annotation.CrossOrigin;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.PostMapping;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RequestMapping;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RestController;
 | 
	
	
		
			
				|  | @@ -19,6 +20,7 @@ import java.io.IOException;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @RestController
 | 
	
		
			
				|  |  |  @RequestMapping("/file")
 | 
	
		
			
				|  |  | +@CrossOrigin(origins = "*")
 | 
	
		
			
				|  |  |  public class FileController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @PostMapping("/upload")
 |