作者 lyh

gx

... ... @@ -45,6 +45,6 @@ class WebSettingController extends BaseController
if(!empty($list)){
$this->response('当前页面正在生成了,请完成后再点击',Code::USER_ERROR,$list);
}
$this->response('success');
$this->response('success',Code::SUCCESS,$list);
}
}
... ...