mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor(backend): 重构项目结构,将模块代码移动到plugin目录
feat(backend): 添加数据库表创建和删除工具函数 fix(backend): 修复日志输出和Redis连接提示信息 style(frontend): 调整导航栏头像大小 perf(backend): 优化系统配置和字典数据缓存逻辑 chore(backend): 更新模板文件路径配置
This commit is contained in:
@@ -291,7 +291,6 @@ class ParamsService:
|
||||
key=redis_key,
|
||||
value=value,
|
||||
)
|
||||
log.info(f"✅ 系统配置缓存成功: {config.config_key}")
|
||||
if not result:
|
||||
log.error(f"❌️ 初始化系统配置失败: {config_obj_dict}")
|
||||
raise CustomException(msg="初始化系统配置失败")
|
||||
|
||||
Reference in New Issue
Block a user