mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
更新后台配置模块
This commit is contained in:
parent
3ecdefa879
commit
bd5649b4ab
@ -145,6 +145,7 @@ class Menu extends BasicAdmin {
|
|||||||
* 删除菜单
|
* 删除菜单
|
||||||
*/
|
*/
|
||||||
public function del() {
|
public function del() {
|
||||||
|
$this->error('别再删我菜单了...');
|
||||||
if (Data::update($this->table)) {
|
if (Data::update($this->table)) {
|
||||||
$this->success("菜单删除成功!", '');
|
$this->success("菜单删除成功!", '');
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user