Files
FastapiAdmin/backend/app/scripts/data/system_config.json
T
zhangtao 93cbe5d987 feat(operation_log): 新增登录位置和处理时间字段
在操作日志中新增登录位置和处理时间字段,以提供更详细的日志信息。同时优化了IP地址归属地获取逻辑,并调整了日志展示界面的列宽。
2025-05-18 18:51:41 +08:00

18 lines
808 B
JSON

[
{
"id": 1,
"title": "FastAPI Vue Admin",
"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",
"help_url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git",
"privacy_url": "https://gitee.com/tao__tao/fastapi_vue3_admin/blob/master/LICENSE",
"clause_url": "https://gitee.com/tao__tao/fastapi_vue3_admin/blob/master/LICENSE",
"code_url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git",
"creator_id": 1
}
]