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}