更新菜单模块

This commit is contained in:
邹景立 2017-02-22 16:44:24 +08:00
parent e631cd9757
commit 41759597f5

View File

@ -74,7 +74,13 @@ class Menu extends BasicAdmin {
}
}
/**
* 添加菜单
*/
public function add() {
if ($this->request->isPost()) {
$this->error('系统开发中,不要动菜单哦!');
}
return $this->_form($this->table, 'form');
}