IsLogin(); // 权限校验 $this->IsPower(); } /** * 前端首页布局保存 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2021-06-22 * @desc description */ public function LayoutIndexHomeSave() { return LayoutService::LayoutConfigSave('home', $this->data_post); } } ?>