mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Config.php
This commit is contained in:
parent
f71c0ef411
commit
26fa3b6da0
@ -59,6 +59,21 @@ class Config extends Controller
|
||||
$this->__sysdata('page_form', 'javascript:history.back()');
|
||||
}
|
||||
|
||||
/**
|
||||
* 首页推荐位管理
|
||||
* @menu true
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function iconHome()
|
||||
{
|
||||
$this->skey = 'IconHome';
|
||||
$this->title = '首页推荐位管理';
|
||||
$this->__sysdata('slider');
|
||||
}
|
||||
|
||||
/**
|
||||
* 首页轮播图片
|
||||
* @menu true
|
||||
|
Loading…
x
Reference in New Issue
Block a user