refactor: 修改配置列表支持区分语言查询
This commit is contained in:
@@ -54,9 +54,6 @@ class SiteConfig
|
||||
return $item;
|
||||
})
|
||||
->toArray();
|
||||
if (empty($configs)) {
|
||||
return error('配置项不存在');
|
||||
}
|
||||
|
||||
// 处理附加配置项及联动项
|
||||
$configs = $this->handleExtra($configs);
|
||||
|
||||
Reference in New Issue
Block a user