mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复config模块title显示
This commit is contained in:
parent
3915fecb22
commit
34f6441da4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user