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

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

3年前 (2022-05-06)Destoon8973

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

“destoon7.0 PC端浏览器无法直接访问手机端地址(附修改方法)” 的相关文章

修改destoon会员公司的伪静态中的com目录的方法(附在几行)

修改destoon会员公司的伪静态中的com目录的方法(附在几行)

destoon修改公司模块教程(公司域名url设置和伪静态)destoon修改公司模块url路径com,如:www.blueboss.cn/com/gongsiming    只需要修改两处即可。1、打开文件include/global.func.php,(大约在894行)修改:...