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