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