base.php 229 B

123456789101112
  1. <?php
  2. # 模板配置
  3. $config['template'] = array
  4. (
  5. # 使用的模板 注意:定义这个之后,将会强制将本项目模板变成这个
  6. 'assets' => '',
  7. 'template' => '',
  8. 'path' => 'html',
  9. );
  10. return $config;