diff --git a/app/common/controller/BaseController.php b/app/common/controller/BaseController.php index 64cf36e..b901c37 100755 --- a/app/common/controller/BaseController.php +++ b/app/common/controller/BaseController.php @@ -85,9 +85,9 @@ class BaseController extends Controller $ctrl = \think\helper\Str::snake($this->controller); if ($ctrl == 'tops_nas') { if ($this->country_code == 'US') { - return $this->redirect(url("@usmobile/$ctrl/$action")); + return $this->redirect(url("@usmobile/$ctrl/$action", $this->request->param())); } - return $this->redirect(url("@mobile/$ctrl/$action")); + return $this->redirect(url("@mobile/$ctrl/$action", $this->request->param())); } if (strpos($domain, 'orico.cc')) {