mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 增加访问方法
This commit is contained in:
@@ -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 += '</span>';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user