mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-15 01:36:22 +08:00
0.0.4
This commit is contained in:
@@ -172,6 +172,18 @@ class Config extends BaseAdminController
|
||||
return success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取手机端首页列表
|
||||
*/
|
||||
public function getWapIndexList()
|
||||
{
|
||||
$data = $this->request->params([
|
||||
[ 'title', '' ],
|
||||
[ 'key', '' ] // 多个查询,逗号隔开
|
||||
]);
|
||||
return success(( new ConfigService() )->getWapIndexList($data));
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置快捷菜单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user