去除多余部分
This commit is contained in:
@@ -15,12 +15,8 @@ class Index extends Base {
|
||||
* @return [type] [description]
|
||||
*/
|
||||
public function index() {
|
||||
if ($this->request->isPost()) {
|
||||
dump($this->request->param());
|
||||
}else{
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
|
||||
public function miss(){
|
||||
return $this->fetch();
|
||||
|
||||
@@ -22,7 +22,6 @@ html, body {background-color: #fff; color: #636b6f; font-family: 'Raleway', sans
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex-center position-ref full-height">
|
||||
|
||||
<div class="content">
|
||||
<div class="title m-b-md">
|
||||
SentCMS网站管理系统
|
||||
|
||||
Reference in New Issue
Block a user