destoon7.0和8.0电脑PC端访问手机版的方法
时间:2022-10-11 来源: 作者: 我要纠错
destoon8.0和destoon7.0电脑访问手机端
1、打开文件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));
2、mobile模板目录template\mobile\header.htm
注释掉这行
//{if !DT_DEBUG}
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='{DT_MOB}api/device.php?uri={urlencode($head_pc)}';
//{/if}