正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -63,10 +63,10 @@ class OptimizationReportController extends BaseController | @@ -63,10 +63,10 @@ class OptimizationReportController extends BaseController | ||
| 63 | $data['rank_chat'] = $this->rank_chat(); | 63 | $data['rank_chat'] = $this->rank_chat(); |
| 64 | //关键词排名明细 | 64 | //关键词排名明细 |
| 65 | $data['keywords_rank_list'] = $this->keywords_rank_list($this->param['project_id'],$projectInfo); | 65 | $data['keywords_rank_list'] = $this->keywords_rank_list($this->param['project_id'],$projectInfo); |
| 66 | -// //pv_ip统计 | ||
| 67 | -// $data['pv_ip'] = $this->pv_ip($domain_info['domain']); | ||
| 68 | -// //30天统计 | ||
| 69 | -// $data['count_30'] = $this->count_30_total(); | 66 | + //pv_ip统计 |
| 67 | + $data['pv_ip'] = $this->pv_ip($domain_info['domain']); | ||
| 68 | + //30天统计 | ||
| 69 | + $data['count_30'] = $this->count_30_total(); | ||
| 70 | // //访问国家前10 | 70 | // //访问国家前10 |
| 71 | // $data['access_country_count'] = $this->access_country_count(); | 71 | // $data['access_country_count'] = $this->access_country_count(); |
| 72 | // //外链周期分析 | 72 | // //外链周期分析 |
-
请 注册 或 登录 后发表评论