config.php 358 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: 中闽 < 1464674022@qq.com >
  5. * Date: 2020/2/4
  6. * Time: 12:47
  7. */
  8. //配置文件
  9. return [
  10. //全局替换
  11. 'view_replace_str' => [
  12. '__PUBLIC__' => '/static/public',
  13. '__CSS__' => '/static/index/css',
  14. '__JS__' => '/static/index/js',
  15. '__IMG__' => '/static/index/images'
  16. ],
  17. ];