From 85452f9723146e7e5f582fa64c324fee4152cc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 25 Mar 2021 11:29:14 +0800 Subject: [PATCH] =?UTF-8?q?CT=E7=BC=93=E5=AD=98=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/config.php | 2 +- application/controllers/information.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index b939d5c1..11d92f02 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -726,7 +726,7 @@ $config['cache']['vac']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\viaje-a-china.c $config['cache']['ru']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\chinahighlights.ru'; $config['cache']['it']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\viaggio-in-cina.it'; $config['cache']['ch']['cache_path'] = 'D:\wwwcache\chinahighlights.com'; -$config['cache']['chinatravel']['cache_path'] = 'D:\wwwcache\chinatravel.com'; +$config['cache']['chinatravel']['cache_path'] = 'D:\wwwcache\mobile-first\chinatravel.com'; //静态文件更新接口 $config['cache']['jp']['cache_api'] = '/info.php/information/update_cache/'; diff --git a/application/controllers/information.php b/application/controllers/information.php index 946dbc09..644a1c3f 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -819,9 +819,9 @@ class Information extends CI_Controller //主样式表,内联模式 if ($device=="mobile"){ - $cssUrl = "http://202.103.68.104/css/newcss3/mobile.css"; + $cssUrl = "http://202.103.68.104/css/newcss3/base.css"; }else{ - $cssUrl="http://202.103.68.104/css/newcss3/pc.css"; + $cssUrl="http://202.103.68.104/css/newcss3/base.css"; } $main_css_string=compress_css(GET_HTTP($cssUrl)); $data["MAINCSS"] = '';