feat(operation_log): 新增登录位置和处理时间字段

在操作日志中新增登录位置和处理时间字段,以提供更详细的日志信息。同时优化了IP地址归属地获取逻辑,并调整了日志展示界面的列宽。
This commit is contained in:
zhangtao
2025-05-18 18:51:41 +08:00
parent 6b782192fb
commit 93cbe5d987
16 changed files with 273 additions and 223 deletions
+3 -3
View File
@@ -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",