getBottomConfig(); } /** * 获取启动页配置 * @return array */ public function getStartUpPageConfig($type) { return ( new CoreDiyConfigService() )->getStartUpPageConfig($type); } }