refactor: 修改配置列表支持区分语言查询

This commit is contained in:
2025-03-26 14:12:46 +08:00
parent b5a633aaee
commit 70cede24cc
2 changed files with 18 additions and 23 deletions

View File

@@ -54,9 +54,6 @@ class SiteConfig
return $item;
})
->toArray();
if (empty($configs)) {
return error('配置项不存在');
}
// 处理附加配置项及联动项
$configs = $this->handleExtra($configs);