mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
从数据库中生成菜单
This commit is contained in:
parent
7416baf7a2
commit
021d983583
@ -60,7 +60,7 @@ class BasicAdmin extends Controller {
|
|||||||
$this->error('列表排序失败,请稍候再试!');
|
$this->error('列表排序失败,请稍候再试!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->success('列表排序成功,正在刷新列表!', 'javascript:location.reload()');
|
$this->success('列表排序成功,正在刷新列表!', '');
|
||||||
}
|
}
|
||||||
# 列表显示
|
# 列表显示
|
||||||
$result = array();
|
$result = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user