修改include/mobile.inc.php 第八行代码

原代码:if(is_pc() && strpos($DT_URL, ‘device.php’) === false) dheader( DT_PATH.’api/mobile.php?action=device&uri=’.urlencode($head_pc) );

更改后的代码:if(is_pc() && strpos($DT_URL, ‘device.php’) === false) dheader($head_pc);

这样在电脑访问被搜索引擎收录的手机版页面就直接跳转到对应的PC页面了