*/ protected function initialize() { // 系统开关 if (!config('web_site_status')) { $this->error('站点已经关闭,请稍后访问~'); } } }