From c65db22f67af8018ae7105ea00d8743e42835e13 Mon Sep 17 00:00:00 2001 From: ZY <zc857179121@qq.com> Date: 星期六, 29 三月 2025 15:52:09 +0800 Subject: [PATCH] 1 --- src/main/webapp/static/js/apiLog/apiLog.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/apiLog/apiLog.js b/src/main/webapp/static/js/apiLog/apiLog.js index 4067be8..b708152 100644 --- a/src/main/webapp/static/js/apiLog/apiLog.js +++ b/src/main/webapp/static/js/apiLog/apiLog.js @@ -26,9 +26,9 @@ // ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'} ,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'} ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} - ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} + // ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} + // ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} ,{field: 'request', align: 'center',title: '璇锋眰鍐呭'} ,{field: 'response', align: 'center',title: '鍝嶅簲鍐呭'} // ,{field: 'err', align: 'center',title: '寮傚父鍐呭'} @@ -96,6 +96,7 @@ break; case 'exportData': admin.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){ + layer.load(2, {time: 600*1000}); var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { -- Gitblit v1.9.1