Browse Source

更新内容

moshaorui 2 tháng trước cách đây
mục cha
commit
f6937d5150
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/HomeController.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -253,7 +253,7 @@ class HomeController extends Controller
 
     public function getDownloadAllStatus()
     {
-        Session::put('downloadAllStatus', '2');
+
         $status = Session::get('downloadAllStatus',0);
         return response()->json(['status' => $status]);
     }