config.php 328 B

12345678910111213141516
  1. <?php
  2. return [
  3. // 视图输出字符串内容替换
  4. 'view_replace_str' => [
  5. '__IBOXS__'=>'/static/index/i7box',
  6. '__BOX__'=>'/static/index/i7box/ibox',
  7. '__GJ__'=>'/static/index/i7box/gj123',
  8. '__JZCT__'=>'/static/index/i7box/jzct',
  9. '__CHINA__'=>'/static/index/i7box/chinaadmin',
  10. ],
  11. ];