From 6c0acfd4701e0678c4c4536fb69c93dc4abc66e7 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 20 Mar 2020 12:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E7=9A=84su?= =?UTF-8?q?ccess=E5=92=8Cerror=E7=9A=84ajax=E8=BF=94=E5=9B=9E=E6=B2=A1?= =?UTF-8?q?=E6=9C=89jump=5Furl=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/BaseController.php | 2 ++ 1 file changed, 2 insertions(+) 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)); }