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