config.php 251 B

123456789101112
  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. ];