From c59bcfa4429a5d67842ebaa492db1fa11a3e97fc Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 10 七月 2025 09:21:25 +0800 Subject: [PATCH] 输送线异常提示 --- src/main/webapp/static/wms/js/apiLog/apiLog.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/wms/js/apiLog/apiLog.js b/src/main/webapp/static/wms/js/apiLog/apiLog.js index 9e7dd31..c0abfb1 100644 --- a/src/main/webapp/static/wms/js/apiLog/apiLog.js +++ b/src/main/webapp/static/wms/js/apiLog/apiLog.js @@ -1,6 +1,6 @@ var pageCurr; layui.config({ - base: baseUrl + "/static/layui/lay/modules/" + base: baseUrl + "/static/wms/layui/lay/modules/" }).use(['table','laydate', 'form', 'admin'], function(){ var table = layui.table; var $ = layui.jquery; @@ -25,10 +25,10 @@ // ,{field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'} ,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'} - ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} - ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} - // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} + // ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} + // ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} + // // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} + // ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} ,{field: 'request', align: 'center',title: '璇锋眰鍐呭'} ,{field: 'response', align: 'center',title: '鍝嶅簲鍐呭'} // ,{field: 'err', align: 'center',title: '寮傚父鍐呭'} -- Gitblit v1.9.1