|  |  | @@ -85,7 +85,7 @@ export default { | 
		
	
		
			
			|  |  |  | videoPlayBtn: true, | 
		
	
		
			
			|  |  |  | loading: false, // 加载状态 | 
		
	
		
			
			|  |  |  | isVoiceClose: false, | 
		
	
		
			
			|  |  |  | isExpend: true, | 
		
	
		
			
			|  |  |  | isExpend: false, // 对话框展开状态 | 
		
	
		
			
			|  |  |  | inputText: "", | 
		
	
		
			
			|  |  |  | screenWidth: document.documentElement.clientWidth, | 
		
	
		
			
			|  |  |  | screenHeight: document.documentElement.clientHeight, | 
		
	
	
		
			
				|  |  | @@ -118,6 +118,7 @@ export default { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | socketOnLink() { | 
		
	
		
			
			|  |  |  | this.socket = new WebSocket("wss://43.143.227.135:8989/webrtc"); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | this.socket.onclose = function (evt) { | 
		
	
		
			
			|  |  |  | console.log("连接已断开."); | 
		
	
		
			
			|  |  |  | }; | 
		
	
	
		
			
				|  |  | 
 |