|  | @@ -665,10 +665,11 @@ let params = {
 | 
	
		
			
				|  |  |        this.loading = true;
 | 
	
		
			
				|  |  |        request(params)
 | 
	
		
			
				|  |  |          .then((res) => {
 | 
	
		
			
				|  |  | +          this.loadingopen();
 | 
	
		
			
				|  |  |           setTimeout(() => {
 | 
	
		
			
				|  |  |           this.loadingend(this.loadingopen());
 | 
	
		
			
				|  |  |          console.log(1111);
 | 
	
		
			
				|  |  | -        }, 90000);
 | 
	
		
			
				|  |  | +        },30000);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          .catch((err) => {
 | 
	
	
		
			
				|  | @@ -695,14 +696,14 @@ let params = {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        websocketonmessage(e){ //数据接收
 | 
	
		
			
				|  |  |    //  console.log(e);
 | 
	
		
			
				|  |  | -        this.loadingopen();
 | 
	
		
			
				|  |  | +     
 | 
	
		
			
				|  |  |          try{
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  |               let eadata=e.data
 | 
	
		
			
				|  |  |               var rdata=JSON.parse(e.data)
 | 
	
		
			
				|  |  |               console.log(rdata);
 | 
	
		
			
				|  |  |             if(rdata.hasOwnProperty("img")){
 | 
	
		
			
				|  |  | -             this.loadingend(this.loadingopen());
 | 
	
		
			
				|  |  | +            //  this.loadingend(this.loadingopen());
 | 
	
		
			
				|  |  |             this.$refs.TFileStream.imgtupian=true;
 | 
	
		
			
				|  |  |            this.$refs.TFileStream.fetchData(rdata);
 | 
	
		
			
				|  |  |            this.$refs.monitor.container_show=false;
 |