|  | @@ -144,10 +144,12 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      imgUrl(img) { 
 | 
	
		
			
				|  |  |            // let path="http://localhost:8080/iot/VideoDiagnosis/img?path=";
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        
 | 
	
		
			
				|  |  |        let path = process.env.NODE_ENV === "development"
 | 
	
		
			
				|  |  |        
 | 
	
		
			
				|  |  |            ? "/dev/iot/VideoDiagnosis/img?path="
 | 
	
		
			
				|  |  | -          : process.env.VUE_APP_BASE_API + "/iot/VideoDiagnosis/img?path="
 | 
	
		
			
				|  |  | +          : window.origin+ "/iot/VideoDiagnosis/img?path="
 | 
	
		
			
				|  |  |        
 | 
	
		
			
				|  |  |        if (img) path += `${encodeURIComponent(img)}`;
 | 
	
		
			
				|  |  |        return path;
 |