当前位置:首页 > 笔记 > Destoon > 正文内容

destoon7.0 PC端浏览器无法直接访问手机端地址(附修改方法)

3年前 (2022-05-06)Destoon5903

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模板目录 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}


扫描二维码推送至手机访问。

版权声明:本文由蓝博发布,如需转载请注明出处。

本文链接:https://www.blueboss.cn/p/21.shtml