|
@@ -13,7 +13,7 @@ class Top10Controller extends HomeBaseController
|
|
|
$cacheKey = "cache_top_pages:index";
|
|
$cacheKey = "cache_top_pages:index";
|
|
|
$pageHtml = RedisService::get($cacheKey);
|
|
$pageHtml = RedisService::get($cacheKey);
|
|
|
if($pageHtml){
|
|
if($pageHtml){
|
|
|
- //return $pageHtml;
|
|
|
|
|
|
|
+ return $pageHtml;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$areaList = config('params.areaList');
|
|
$areaList = config('params.areaList');
|