app.php 94 B

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