浏览代码

访问记录

任敬轩 3 年之前
父节点
当前提交
8a91aa9cd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/Log/Http/Controllers/LogController.php

+ 1 - 1
Modules/Log/Http/Controllers/LogController.php

@@ -57,7 +57,7 @@ class LogController extends BaseController
             $log_list = $log_list->where('log.created_at','like','%'.$request->input('created_at').'%');
         }
 
-        $log_list = $log_list->paginate(10);
+        $log_list = $log_list->paginate(50);
 
         if(count($log_list)>0){
             for($i=0;$i<count($log_list);$i++){