merge: branch 'master' of github.com:hyperf-admin/hyperf-admin

This commit is contained in:
daodao97
2020-09-18 20:04:10 +08:00

View File

@@ -110,8 +110,7 @@ abstract class AbstractController extends Controller
'group' => $this->options['table']['group'] ?? [],
],
'noticeAble' => !empty($this->options['notices'] ?? []),
'page'=>$this->options['table']['page'] ?? []
'page'=>$this->options['table']['page'] ?? [20,40,60,80,100]
],
];
if (method_exists($this, 'beforeInfo')) {