diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index 884c8c2e0..b1d58fbe6 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -3121,7 +3121,7 @@ class ExportController extends Controller } if ($status) { $client = new Client([ - 'base_uri' => C('PACKAGE_SERVER_URL'), + 'base_uri' => C('TASK_URL'), 'timeout' => 10.0, ]); $response = $client->post('/statistics/player-retention', [ diff --git a/Application/Admin/Controller/StatController.class.php b/Application/Admin/Controller/StatController.class.php index d1c7bc370..da2b49e9e 100644 --- a/Application/Admin/Controller/StatController.class.php +++ b/Application/Admin/Controller/StatController.class.php @@ -172,7 +172,7 @@ class StatController extends ThinkController } if ($status) { $client = new Client([ - 'base_uri' => C('PACKAGE_SERVER_URL'), + 'base_uri' => C('TASK_URL'), 'timeout' => 10.0, ]); $response = $client->post('/statistics/player-retention', [ diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 279e4f0d1..44e7a7550 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -643,6 +643,7 @@ var PhoneObj = { }) $(".mounting").click(function(){ $(".mounting").hide(); + document.body.style.overflow = 'auto'; }); // $(".login").click(function(){ // $(".login").hide();