getBottomConfig()); } /** * 设置底部导航 * @return Response */ public function setBottom() { $data = $this->request->params([ ['menu', []] ]); (new DiyConfigService())->setBottomConfig($data['menu']); return success(); } }