作者 lyh

gx

... ... @@ -63,10 +63,10 @@ class OptimizationReportController extends BaseController
$data['rank_chat'] = $this->rank_chat();
//关键词排名明细
$data['keywords_rank_list'] = $this->keywords_rank_list($this->param['project_id'],$projectInfo);
// //pv_ip统计
// $data['pv_ip'] = $this->pv_ip($domain_info['domain']);
// //30天统计
// $data['count_30'] = $this->count_30_total();
//pv_ip统计
$data['pv_ip'] = $this->pv_ip($domain_info['domain']);
//30天统计
$data['count_30'] = $this->count_30_total();
// //访问国家前10
// $data['access_country_count'] = $this->access_country_count();
// //外链周期分析
... ...