* @since 1.0 */ class HomeController extends \fecshop\app\appfront\modules\Cms\controllers\HomeController { // 网站信息管理 public function actionIndex() { $data = $this->getBlock()->getLastData(); return $this->render($this->action->id, $data); } }