mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-26 03:16:36 +08:00
[更新]修复config模块title显示
This commit is contained in:
parent
3915fecb22
commit
34f6441da4
@ -43,7 +43,7 @@ class Config extends BasicAdmin {
|
|||||||
*/
|
*/
|
||||||
public function index() {
|
public function index() {
|
||||||
if (!$this->request->isPost()) {
|
if (!$this->request->isPost()) {
|
||||||
$this->assign('title', $this->table);
|
$this->assign('title', $this->title);
|
||||||
return view();
|
return view();
|
||||||
}
|
}
|
||||||
foreach ($this->request->post() as $key => $vo) {
|
foreach ($this->request->post() as $key => $vo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user