isAjax()) { return success(); } $this->forthMenu(); return $this->fetch('kpi/list'); } /*** * 奖励记录 * @return array|mixed */ public function reward() { if (request()->isAjax()) { return success(); } $this->forthMenu(); return $this->fetch('reward/list'); } }