mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
站点设置变量错误修复
This commit is contained in:
parent
2694ddda2b
commit
a4ec393aac
@ -68,7 +68,8 @@ class Site extends Base
|
||||
$assign = $this->CurrentViewInit();
|
||||
|
||||
// 配置信息
|
||||
$assign['data'] = ConfigService::ConfigList();
|
||||
$data = ConfigService::ConfigList();
|
||||
$assign['data'] = $data;
|
||||
|
||||
// 数据处理
|
||||
switch($this->nav_type)
|
||||
|
Loading…
Reference in New Issue
Block a user