config.php 328 B

1234567891011121314
  1. <?php
  2. use app\service\Layui;
  3. return [
  4. 'paginate' => [
  5. 'type' => Layui::class,
  6. 'var_page' => 'page',
  7. 'list_rows' => 15,
  8. ],
  9. 'exception_handle' => '\\app\\sub\\library\\ExceptionHandle',
  10. 'url_common_param' => true,
  11. 'url_html_suffix' => null,
  12. ];