From 631d6edf36ff96cc6b4810257f23b7a651879e03 Mon Sep 17 00:00:00 2001 From: yvan <8574526@qq.com> Date: Tue, 5 Aug 2025 18:24:57 +0800 Subject: [PATCH] wechat --- web/src/view/wechat/mp/config/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/view/wechat/mp/config/index.vue b/web/src/view/wechat/mp/config/index.vue index 8a701e1f..21704974 100644 --- a/web/src/view/wechat/mp/config/index.vue +++ b/web/src/view/wechat/mp/config/index.vue @@ -67,16 +67,16 @@ {{ formatDate(scope.row.CreatedAt) }} - - - + + + - + @@ -93,12 +93,12 @@
{{ formatDate(currentLog.CreatedAt) }} - {{ currentLog.method }} - {{ currentLog.path }} + {{ currentLog.requestMethod }} + {{ currentLog.requestUrl }} - {{ currentLog.statusCode }} + {{ currentLog.responseStatus }} - {{ currentLog.responseTime }}ms + {{ currentLog.processTime }}ms {{ currentLog.clientIP || '未知' }}