// +---------------------------------------------------------------------- namespace app\index\controller; use app\common\controller\Fornt; class Index extends Fornt{ //网站首页 public function index(){ return $this->fetch(); } }