更换编辑器
This commit is contained in:
@@ -15,7 +15,11 @@ class Index extends Base {
|
||||
* @return [type] [description]
|
||||
*/
|
||||
public function index() {
|
||||
return $this->fetch();
|
||||
if ($this->request->isPost()) {
|
||||
dump($this->request->param());
|
||||
}else{
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
|
||||
public function miss(){
|
||||
|
||||
Reference in New Issue
Block a user