config.php 94 B

12345
  1. <?php
  2. return array(
  3. //'配置项'=>'配置值'
  4. 'LAYOUT_ON' => false, // 启用布局
  5. );