作者 赵彬吉
... ... @@ -67,7 +67,7 @@ class RankDataLogic extends BaseLogic
$speed = Speed::where('project_id', $project_id)->first();
//暂停优化的项目(排名数据显示横杠 - ,关键词排名第一页 、 关键词排名前十页 、 Google收录页面数 、 可查询外链数)
if(!empty($project['level'])){
if (in_array('2', $project['level']) || in_array('3', $project['level'])) {
if (in_array('2', $project['level'])) {// || in_array('3', $project['level'])
$rank['first_page_num'] = $rank['first_ten_pages_num'] = $rank['indexed_pages_num'] = $external_links['total'] = '-';
}
}
... ...