目前m文件已经删除,移动端访问是404,我想让手机端直接访问pc端,请问怎么解决,就是移动端访问网址,直接访问pc端!
3 回答
明月笑刀无情
TA贡献1828条经验 获得超4个赞
在模板index.htm的头部文件里有一个手机端跳转代码,删除掉就好吧,你可以试试。
12 | < meta http-equiv = "mobile-agent" content = "format=xhtml;url={dede:global.cfg_mobileurl/}/index.php" > < script type = "text/javascript" >if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")< 0 ){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){ window.location.href = "{dede:global.cfg_mobileurl/}/index.php" ;}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script> |
白板的微信
TA贡献1883条经验 获得超3个赞
在m目录里新建一个index.htm 里面代码添加一个跳转到根目录就可以了。电脑版的要把跳转到手机页面的js代码删除,要不然在手机上打开的时候 来回跳转。
添加回答
举报
0/150
提交
取消