app.php 157 B

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