123456789101112131415161718 |
- <?php
- /**
- * Created by PhpStorm.
- * User: 中闽 < 1464674022@qq.com >
- * Date: 2020/2/4
- * Time: 12:47
- */
- //配置文件
- return [
- //全局替换
- 'view_replace_str' => [
- '__PUBLIC__' => '/static/public',
- '__CSS__' => '/static/index/css',
- '__JS__' => '/static/index/js',
- '__IMG__' => '/static/index/images'
- ],
- ];
|