| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ var Jumper = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     _error:function(url,res){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        Router._error('Router Go ERROR:'+url,res); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ROUTER._error('Router Go ERROR:'+url,res); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Logger.error(url+' request error!'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         res.writeHead(404, {'Content-Type': 'text/html'}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         res.end('404'); 
			 |