|  |  | @ -132,13 +132,14 @@ const GatewayManage = props => { | 
			
		
	
		
			
				
					|  |  |  |                 dispatch(edition.gatewaySsh(record.id)).then(r => { | 
			
		
	
		
			
				
					|  |  |  |                     if (r.success) { | 
			
		
	
		
			
				
					|  |  |  |                         let url = r.payload.data.redirectUrl | 
			
		
	
		
			
				
					|  |  |  |                         //window.open('http://www.baidu.com', '_blank') | 
			
		
	
		
			
				
					|  |  |  |                         window.open(url, '_blank') | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                 }) | 
			
		
	
		
			
				
					|  |  |  |             }}>远程控制</div> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |             <div style={{ ...aStyle, marginBottom: 10 }} onClick={() => { | 
			
		
	
		
			
				
					|  |  |  |                 window.open(`http://${record.serialNo}.edge.yinweiwen.cn`, '_blank') | 
			
		
	
		
			
				
					|  |  |  |                 let url = `http://${record.serialNo}.edge.yinweiwen.cn` | 
			
		
	
		
			
				
					|  |  |  |                 window.open(url, '_blank') | 
			
		
	
		
			
				
					|  |  |  |             }}>远程主机</div> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |             <Popconfirm | 
			
		
	
	
		
			
				
					|  |  | 
 |