mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-24 07:39:22 +08:00
修改后台跳转
This commit is contained in:
parent
72d47e4b6c
commit
38c2984d55
@ -69,7 +69,7 @@ class Config extends Controller
|
||||
}
|
||||
foreach ($this->request->post() as $name => $value) sysconf($name, $value);
|
||||
sysoplog('系统配置管理', "修改系统参数成功");
|
||||
$this->success('修改系统参数成功!', 'javascript:$.form.reload(true)');
|
||||
$this->success('修改系统参数成功!', admuri('admin/config/index'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user