取消预览,严重影响速度

hotfix/paypal-note
YCC 2 years ago
parent 10c6bdaac9
commit d1a4c3e2a1

@ -311,6 +311,8 @@ class Information extends CI_Controller
//获取移动优先的模板,如果有的话
//增加判断站点,每个站点需要读取的模板不一样。 20210311 zp
//取消预览,严重影响速度 2023-08-15 ycc
/*
if (is_mobile_first()) {
$mobile_first_template_path = 'mobile_first/' . $this->config->item('site_code');
if (is_file(APPPATH . 'views/' . $mobile_first_template_path . EXT)) {
@ -326,6 +328,7 @@ class Information extends CI_Controller
$data['mobile_first_template'] = '没有找到移动模板';
}
}
*/
//CT判断是否生成静态文件
if ($this->config->item("site_code") == "chinatravel") {

Loading…
Cancel
Save