diff --git a/app/BaseController.php b/app/BaseController.php index a46dea3..ee77950 100644 --- a/app/BaseController.php +++ b/app/BaseController.php @@ -118,6 +118,7 @@ abstract class BaseController ]; if(\request()->isAjax()){ + $data['jump_to_url'] = (string)$jump_to_url; throw new HttpResponseException(json_message($data,0,$msg)); } @@ -140,6 +141,7 @@ abstract class BaseController ]; if(\request()->isAjax()){ + $data['jump_to_url'] = (string)$jump_to_url; throw new HttpResponseException(json_message($data,0,$msg)); }