有哪位大神知道pc端除首頁外如何設置跳轉移動頁? 移動端設置了m.域名! 求解決方法。
@1464126707 靈活的改下不就可以了
@不吃芒果 您好,我設置了獨立 m 域名,實際是跳轉到 m.上 如abc.com或www.abc.com 跳轉到m.abc.com
if (window.location.toString().indexOf('pref=padindex') != -1) { } else { // 檢查當前頁面是否為首頁 var isHomePage = window.location.pathname === '/' || window.location.pathname.endsWith('/index.php') || window.location.pathname.endsWith('/index.html'); if (!isHomePage) { 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 = "{$site[site_url]}index.php?m=mobile"; } else if (/iPad/i.test(navigator.userAgent)) { } else { } } catch (e) { } } } } }
這家伙很懶,什么都沒寫呢~
Powered By YzmCMS內容管理系統 2014-2025 加入官方QQ群:633258511 成年人的世界里哪有容易二字