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