mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
更新菜单模块
This commit is contained in:
parent
e631cd9757
commit
41759597f5
@ -74,7 +74,13 @@ class Menu extends BasicAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加菜单
|
||||
*/
|
||||
public function add() {
|
||||
if ($this->request->isPost()) {
|
||||
$this->error('系统开发中,不要动菜单哦!');
|
||||
}
|
||||
return $this->_form($this->table, 'form');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user