|  | @@ -13,7 +13,6 @@
 | 
	
		
			
				|  |  |  	<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
 | 
	
		
			
				|  |  |  	<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
 | 
	
		
			
				|  |  |  	<link href="/Assets/layui/css/layui.min.css" media="all" rel="stylesheet">
 | 
	
		
			
				|  |  | -	<link href="https://cdn.jsdelivr.net/gh/abodelot/jquery.json-viewer@master/json-viewer/jquery.json-viewer.css" media="all" rel="stylesheet">
 | 
	
		
			
				|  |  |  	<style>
 | 
	
		
			
				|  |  |  		.mp-results.mp-bottomleft {
 | 
	
		
			
				|  |  |  			top: unset !important;
 | 
	
	
		
			
				|  | @@ -34,13 +33,8 @@
 | 
	
		
			
				|  |  |  	<mini-profiler max-traces="5" />
 | 
	
		
			
				|  |  |  </body>
 | 
	
		
			
				|  |  |  </html>
 | 
	
		
			
				|  |  | -<script type="text/html" id="actionButton">
 | 
	
		
			
				|  |  | -  <a class="layui-btn layui-btn-xs" lay-event="showjson">查看</a>
 | 
	
		
			
				|  |  | -</script>
 | 
	
		
			
				|  |  | -<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
 | 
	
		
			
				|  |  |  <script src="/Assets/layui/layui.js"></script>
 | 
	
		
			
				|  |  |  <script src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js" type="text/javascript"></script>
 | 
	
		
			
				|  |  | -<script src="https://cdn.jsdelivr.net/gh/abodelot/jquery.json-viewer@master/json-viewer/jquery.json-viewer.js" type="text/javascript"></script>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  	layui.use('table', function() {
 | 
	
		
			
				|  |  |  		var table = layui.table;
 | 
	
	
		
			
				|  | @@ -54,8 +48,7 @@
 | 
	
		
			
				|  |  |  					{ field: 'Location', title: '位置和网络', align: 'center'},
 | 
	
		
			
				|  |  |  					{ field: 'RequestUrl', title: '请求URL', align: 'center' },
 | 
	
		
			
				|  |  |  					{ field: 'Referer', title: '页面来源', align: 'center', event: 'visit' },
 | 
	
		
			
				|  |  | -					{ field: 'Time', title: '访问时间', align: 'center',width:180 },
 | 
	
		
			
				|  |  | -					{ title:'请求头', toolbar: '#actionButton',width:80 }
 | 
	
		
			
				|  |  | +					{ field: 'Time', title: '访问时间', align: 'center',width:180 }
 | 
	
		
			
				|  |  |  				]
 | 
	
		
			
				|  |  |  			],
 | 
	
		
			
				|  |  |  			page: true,
 | 
	
	
		
			
				|  | @@ -81,16 +74,6 @@
 | 
	
		
			
				|  |  |  			if(obj.event === 'visit'){
 | 
	
		
			
				|  |  |  				window.open(data.Referer);
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  | -			
 | 
	
		
			
				|  |  | -			if(obj.event === 'showjson'){
 | 
	
		
			
				|  |  | -				layer.open({
 | 
	
		
			
				|  |  | -				  type: 1,
 | 
	
		
			
				|  |  | -				  area: ['600px', '80%'], //宽高
 | 
	
		
			
				|  |  | -				  content: ""+data.RequestHeader
 | 
	
		
			
				|  |  | -				});
 | 
	
		
			
				|  |  | -				$('.layui-layer-content').jsonViewer(eval("("+data.RequestHeader+")"), {withQuotes: true, withLinks: true});
 | 
	
		
			
				|  |  | -				$('.layui-layer-content').css("word-wrap"," break-word");
 | 
	
		
			
				|  |  | -			}
 | 
	
		
			
				|  |  |  		});
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		var $ = layui.$;
 |