mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
分页功能
This commit is contained in:
@@ -213,5 +213,10 @@ return [
|
||||
// 指定从服务器序号
|
||||
'slave_no' => '',
|
||||
],
|
||||
//分页配置
|
||||
'paginate' => [
|
||||
'type' => 'bootstrap',
|
||||
'var_page' => 'page'
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user