Showing
2 changed files
with
3 additions
and
3 deletions
@@ -121,7 +121,7 @@ class Config_Defines | @@ -121,7 +121,7 @@ class Config_Defines | ||
121 | define('SHOW_SITE_MAIN', 'http://show.test.yoho.cn/'); | 121 | define('SHOW_SITE_MAIN', 'http://show.test.yoho.cn/'); |
122 | define('YOHOBUY_API','http://api.open.yohobuy.com/?'); | 122 | define('YOHOBUY_API','http://api.open.yohobuy.com/?'); |
123 | define('SITE_PUBLISH_NEWS_SECRET', '123456'); | 123 | define('SITE_PUBLISH_NEWS_SECRET', '123456'); |
124 | - self::setCache(false, false, false, false); | 124 | + self::setCache(true, true, true, true); |
125 | } | 125 | } |
126 | 126 | ||
127 | /** | 127 | /** |
-
Please register or login to post a comment