作者 lyh

gx

... ... @@ -37,6 +37,9 @@ class WebSettingHtmlLogic extends BaseLogic
$info = $this->param;
}else{
$info = $this->model->read(['project_id'=>$this->user['project_id']]);
if($info === false){
$info = [];
}
}
return $this->success($info);
}
... ...