From 3a6cfacd0afd346435ec1ff00a7dac91b5eb8103 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 10 Oct 2025 22:14:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/admin/view/debug/log/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extend/base/admin/view/debug/log/index.js b/extend/base/admin/view/debug/log/index.js index 17b7ec5..8aed879 100644 --- a/extend/base/admin/view/debug/log/index.js +++ b/extend/base/admin/view/debug/log/index.js @@ -53,6 +53,10 @@ $(function () { html += '[' + item.create_time + '] '; html += '[' + item.level.toUpperCase() + '] '; html += item.content; + html += ' [' + item.app_name; + html += '/' + item.controller_name; + html += '/' + item.action_name; + html += '] '; html += ''; });