Update Config.php

This commit is contained in:
邹景立 2021-02-25 10:00:22 +08:00
parent f71c0ef411
commit 26fa3b6da0

View File

@ -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