| 123456789101112131415161718 | 
							- <?php
 
- // +----------------------------------------------------------------------
 
- // | 模板设置
 
- // +----------------------------------------------------------------------
 
- return [
 
-     'layout_on'          => true,
 
-     'layout_name'        => 'layout',
 
-     // 模板常量
 
-     'tpl_replace_string' => [
 
-         '__STATIC__'        => '/static',
 
-         '__COMMON_IMAGES__' => '/static/common/images',
 
-         '__COMMON_CSS__'    => '/static/common/css',
 
-         '__COMMON_JS__'     => '/static/common/js',
 
-         '__ECHOUI__'        => '/static/admin/echoui',
 
-         '__AIMAGES__'       => '/static/admin/images',
 
-     ],
 
- ];
 
 
  |