mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(operation_log): 新增登录位置和处理时间字段
在操作日志中新增登录位置和处理时间字段,以提供更详细的日志信息。同时优化了IP地址归属地获取逻辑,并调整了日志展示界面的列宽。
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
{
|
||||
"id": 1,
|
||||
"title": "FastAPI Vue Admin",
|
||||
"favicon": "http://localhost:8000/api/v1/static/image/favicon.ico",
|
||||
"logo": "http://localhost:8000/api/v1/static/image/logo.png",
|
||||
"background": "http://localhost:8000/api/v1/static/image/background.png",
|
||||
"favicon": "http://localhost:8001/api/v1/static/image/favicon.ico",
|
||||
"logo": "http://localhost:8001/api/v1/static/image/logo.png",
|
||||
"background": "http://localhost:8001/api/v1/static/image/background.png",
|
||||
"description": "FastAPI Vue Admin 是完全开源的权限管理系统",
|
||||
"copyright": "Copyright © 2021-2025 fastapi-vue-admin.com 版权所有",
|
||||
"keep_record": "晋ICP备18005113号-3",
|
||||
|
||||
Reference in New Issue
Block a user