去除多余部分
This commit is contained in:
@@ -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(){
|
||||||
|
|||||||
@@ -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网站管理系统
|
||||||
|
|||||||
Reference in New Issue
Block a user