[更新]修复config模块title显示

This commit is contained in:
Anyon 2017-05-22 10:53:31 +08:00
parent 3915fecb22
commit 34f6441da4

View File

@ -43,7 +43,7 @@ class Config extends BasicAdmin {
*/
public function index() {
if (!$this->request->isPost()) {
$this->assign('title', $this->table);
$this->assign('title', $this->title);
return view();
}
foreach ($this->request->post() as $key => $vo) {