去除多余部分

This commit is contained in:
2020-04-12 11:16:09 +08:00
parent 8bc3b1fd9b
commit bf0a61798b
2 changed files with 1 additions and 6 deletions

View File

@@ -15,11 +15,7 @@ class Index extends Base {
* @return [type] [description] * @return [type] [description]
*/ */
public function index() { public function index() {
if ($this->request->isPost()) { return $this->fetch();
dump($this->request->param());
}else{
return $this->fetch();
}
} }
public function miss(){ public function miss(){

View File

@@ -22,7 +22,6 @@ html, body {background-color: #fff; color: #636b6f; font-family: 'Raleway', sans
</head> </head>
<body> <body>
<div class="flex-center position-ref full-height"> <div class="flex-center position-ref full-height">
<div class="content"> <div class="content">
<div class="title m-b-md"> <div class="title m-b-md">
SentCMS网站管理系统 SentCMS网站管理系统