From 4d10ae4eac399e3ec7a166d43eebefd52d790547 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Mon, 4 Mar 2024 10:25:05 +0800 Subject: [PATCH] fix gm cache path --- application/config/config.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 8cb207d0..17cf1498 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -426,14 +426,14 @@ $config['site'] = array( //静态文件生成路径 $config['cache']['jp']['cache_path'] = 'D:\wwwcache-intl\arachina.com'; -$config['cache']['gm']['cache_path'] = 'C:\Dropbox\wwwcache\chinarundreisen.com'; +$config['cache']['gm']['cache_path'] = 'D:\wwwcache-gm\chinarundreisen.com'; $config['cache']['vc']['cache_path'] = 'D:\wwwcache-intl\voyageschine.com'; $config['cache']['vac']['cache_path'] = 'D:\wwwcache-intl\viaje-a-china.com'; $config['cache']['ru']['cache_path'] = 'D:\wwwcache-intl\chinahighlights.ru'; $config['cache']['it']['cache_path'] = 'D:\wwwcache-intl\viaggio-in-cina.it'; $config['cache']['gh_jp']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.jp'; -$config['cache']['gh_gm']['cache_path'] = 'C:\Dropbox\wwwcache\globalhighlights.de'; +$config['cache']['gh_gm']['cache_path'] = 'D:\wwwcache-gm\globalhighlights.de'; $config['cache']['gh_vc']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.fr'; $config['cache']['gh_vac']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.es'; $config['cache']['gh_ru']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.ru'; @@ -762,7 +762,7 @@ $config['css_source_ts'] = 'https://www.trainspread.com/css/bootstrap.min.css'; //静态文件生成路径 $config['cache']['jp']['cache_path'] = 'D:\wwwcache-intl\arachina.com'; -$config['cache']['gm']['cache_path'] = 'C:\Dropbox\wwwcache\chinarundreisen.com'; +$config['cache']['gm']['cache_path'] = 'D:\wwwcache-gm\chinarundreisen.com'; $config['cache']['vc']['cache_path'] = 'D:\wwwcache-intl\voyageschine.com'; $config['cache']['vac']['cache_path'] = 'D:\wwwcache-intl\viaje-a-china.com'; $config['cache']['ru']['cache_path'] = 'D:\wwwcache-intl\chinahighlights.ru'; @@ -1137,11 +1137,13 @@ $config['templates_ah'] = array( // 出境游网站模板 $config['templates_pgr'] = array( - '空白模板' => 'guide_info_detail', '导航模板' => 'culture_info_detail_with_category', + '空白模板' => 'guide_info_detail', + '导航模板' => 'culture_info_detail_with_category', ); // 国际火车网站模板 $config['templates_ts'] = array( - '空白模板' => 'guide_info_detail', '信息导航模板' => 'train_series_with_category', + '空白模板' => 'guide_info_detail', + '信息导航模板' => 'train_series_with_category', ); //翰特产品类型,Information控制器的get_products函数有直接调用,在这里增加了信息需要去控制器写相关操作代码