更新
This commit is contained in:
@@ -47,6 +47,9 @@ return [
|
||||
'lists' => [
|
||||
'page_size_max' => 25000,//列表页查询数量限制(列表页每页数量、导出每页数量)
|
||||
'page_size' => 25, //默认每页数量
|
||||
/** Excel 导出:接口内放宽 PHP 限制(JsonService::relaxLimitsForExcelExport) */
|
||||
'export_max_execution_time' => 600,
|
||||
'export_memory_limit' => '512M',
|
||||
],
|
||||
|
||||
// 各种默认图片
|
||||
|
||||
Reference in New Issue
Block a user