'Peasafe', //'name' => '橙猫供应链平台', 'version' => '1.0.0 Beta', //'lang_set' => array('zh-cn' => '简体中文', 'en' => '英文'), # 加密key 'encode_key' => 'dreamland1985', ); # 前台通用配置 $config['template'] = array ( # 静态页面目录 //'assets' => array('pc', 'mobile'), 'assets' => 't1', # 模板编译器目录 'template' => 't1', # 模板html文件的所在目录,默认为html 'path' => '', 'replace' => array ( 'css' => 'css/', 'js' => 'js/', 'images' => 'images/', 'fonts' => 'fonts/', 'img' => 'img/', 'script' => 'script/', 'static' => 'static/', 'assets_static' => 'assets/', ), # 编译器与模板对应关系目录,定义之后,代表可以完全不改动前端的代码,可以为空,为空则一一对应,参考manage 'relation' => array ( # 首页启动屏幕 'home' => 'index', ), ); return $config;