From bf0a61798bd16679611733cfd9b07e8374bfcf9e Mon Sep 17 00:00:00 2001 From: tensent Date: Sun, 12 Apr 2020 11:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/front/Index.php | 6 +----- public/template/default/front/index_index.html | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) 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
-
SentCMS网站管理系统