| 
					
				 | 
			
			
				@@ -20,7 +20,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import 'echarts/map/js/china' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import jsonp from 'jsonp' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   data() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -113,7 +112,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return (Array(length).join('0') + num).slice(-length) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     plusNPrAll() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      //为了看效果,点击上面html中的iconfont触发,refreshLeft方法(我真啰嗦~) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      //为了看效果,点击上面html中的iconfont触发,refreshLeft方法 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const res = this.PrefixInteger(this.numbers, 8) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.prosecutorArr = res.toString().split('') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -126,7 +125,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     initWebSocket() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // const wsuri = 'ws://127.0.0.1:18200/websocket/bigData001' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const wsuri = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'wss://bizdata.wutongshucloud.com/bigws/websocket/bigData001' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.websock = new WebSocket(wsuri) 
			 |