'SPAC工厂', //'name' => '橙猫供应链平台', 'version' => '1.0.0 Beta', 'lang_set' => array('zh-cn' => '简体中文', 'en' => '英文'), # 上线状态 'status' => array ( 1 => '上架', 2 => '下架', ), # 加密key 'encode_key' => 'dreamland1985', # 站点使用邮箱还是手机作为主账号 'account' => 'mobile',//SMS_228142347 # 发送邮件的配置 'email' => array ( 'pop' => 'pop.qq.com', 'smtp' => 'smtp.qiye.aliyun.com', 'imap' => 'imap.qq.com', 'username' => 'zsmazq@zsma.com.cn', 'password' => 'Zsma123886', 'from' => array('zsmazq@zsma.com.cn', '厨人易料'), 'agent' => array ( 'title' => '厨人易料代理商邮箱认证', 'link' => 'agent/lib/email.act', 'content' => '尊敬的厨人易料用户:

您好!

请点击下方链接进行邮箱认证

【{link}】

如果上面的链接无法点击,您也可以复制链接到您的浏览器内打开,完成邮箱认证(链接有效期一天)。', ), ), # 注册成功后,调取的接口 'regAction' => '', ); # 前台通用配置 $config['template'] = array ( # 静态页面目录 //'assets' => array('pc', 'mobile'), 'assets' => 'pc', # 模板编译器目录 'template' => 'pc', # 模板html文件的所在目录,默认为html 'path' => '', 'replace' => array ( 'css' => 'css/', 'js' => 'js/', 'images' => 'images/', 'fonts' => 'fonts/', 'img' => 'img/', 'script' => 'script/', 'static' => 'static/', ), # 编译器与模板对应关系目录,定义之后,代表可以完全不改动前端的代码,可以为空,为空则一一对应,参考manage 'relation' => array ( # 首页启动屏幕 'home' => 'index', ), ); return $config;