添加插件模块

This commit is contained in:
邹景立 2017-02-21 11:53:38 +08:00
parent fd3e9d4c20
commit 30889e368b

View File

@ -15,8 +15,7 @@ use library\Data;
class Config extends BasicAdmin { class Config extends BasicAdmin {
protected $table = 'SystemConfig'; protected $table = 'SystemConfig';
protected $title = '网站参数配置';
protected $title = '系统参数配置';
public function index() { public function index() {
if (!$this->request->isPost()) { if (!$this->request->isPost()) {
@ -36,7 +35,6 @@ class Config extends BasicAdmin {
$this->index(); $this->index();
} }
public function mail() { public function mail() {
$this->title = '邮箱账号配置'; $this->title = '邮箱账号配置';
$this->index(); $this->index();