从数据库中生成菜单

This commit is contained in:
邹景立 2017-02-13 18:06:48 +08:00
parent 7416baf7a2
commit 021d983583

View File

@ -60,7 +60,7 @@ class BasicAdmin extends Controller {
$this->error('列表排序失败,请稍候再试!');
}
}
$this->success('列表排序成功,正在刷新列表!', 'javascript:location.reload()');
$this->success('列表排序成功,正在刷新列表!', '');
}
# 列表显示
$result = array();