app1.php 141 B

12345678
  1. <?php
  2. return [
  3. // 默认模块名
  4. 'default_module' => 'index',
  5. // 'exception_tmpl' => WEB_ROOT. '/404.html'
  6. ];
  7. ?>