app.php 158 B

12345678910
  1. <?php
  2. return [
  3. // 默认模块名
  4. 'default_module' => 'index',
  5. 'exception_handle' => '\\app\\index\\exception\\Http',
  6. ];
  7. ?>