diff --git a/app/controller/front/Index.php b/app/controller/front/Index.php index be904474..72a65387 100644 --- a/app/controller/front/Index.php +++ b/app/controller/front/Index.php @@ -15,11 +15,7 @@ class Index extends Base { * @return [type] [description] */ public function index() { - if ($this->request->isPost()) { - dump($this->request->param()); - }else{ - return $this->fetch(); - } + return $this->fetch(); } public function miss(){ diff --git a/public/template/default/front/index_index.html b/public/template/default/front/index_index.html index 99486dc9..2aaf473c 100644 --- a/public/template/default/front/index_index.html +++ b/public/template/default/front/index_index.html @@ -22,7 +22,6 @@ html, body {background-color: #fff; color: #636b6f; font-family: 'Raleway', sans