作者 张关杰

Merge branch 'akun' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -28,7 +28,9 @@ class WebSettingAmpLogic extends BaseLogic
return $this->success();
}
//log图处理
if(!empty($info['top_logo'])){
$info['top_logo']['url'] = getImageUrl($info['top_logo']['url'], $this->user['storage_type'], $this->user['project_location']);
}
//banner处理
if (!empty($info['index_banner'])) {
foreach ($info['index_banner'] as &$v) {
... ...