12345678910111213141516 |
- <?php
-
- return [
- // 视图输出字符串内容替换
- 'view_replace_str' => [
- '__IBOXS__'=>'/static/index/i7box',
- '__BOX__'=>'/static/index/i7box/ibox',
- '__GJ__'=>'/static/index/i7box/gj123',
- '__JZCT__'=>'/static/index/i7box/jzct',
- '__CHINA__'=>'/static/index/i7box/chinaadmin',
- ],
- ];
|