找回密码
 立即注册

只需一扫,快速开始

QQ登录

只需一步,快速开始

搜索
查看: 22292|回复: 1

[技术经验] discuz触屏版开发:如何让页面默认跳转到触屏版,方便浏览器调试。

[复制链接]

8万

主题

431

回帖

9万

积分

管理员

积分
94396
QQ
发表于 2015-9-28 16:47:47 | 显示全部楼层 |阅读模式
修改核心类库,让系统默认跳转为手机版
/source/function/function_core.php
  1. function checkmobile() {
  2.         global $_G;  
  3.         return ture;  //无条件跳转到手机版
复制代码


取消后台的限制
/source/class/discuz/discuz_application.php
  1.   if(!$this->var['mobile'] && !$unallowmobile) {
  2.                         if($mobileflag) {
  3.                                  //dheader("Location:misc.php?mod=mobile");
  4.                         }
  5.                 }
复制代码



取消js自动识别限制
\static\js\mobile\common.js
  1. // !supporttouch && (window.location.href = 'forum.php?mobile=1');
复制代码



然后后台更新缓存,随便一个浏览器打开都是可以访问手机版的。
回复

使用道具 举报

8万

主题

431

回帖

9万

积分

管理员

积分
94396
QQ
 楼主| 发表于 2015-9-29 17:21:02 来自手机 | 显示全部楼层
gg
)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册   

本版积分规则

QQ|Archiver|手机版|小黑屋|站秘书 ( 蜀ICP备15034504号-3 )

GMT+8, 2024-5-6 12:09 , Processed in 0.090996 second(s), 43 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表