mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
添加插件模块
This commit is contained in:
parent
fd3e9d4c20
commit
30889e368b
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user