99国产在线视频有精品视频_国产精品久久久久久亚洲影视 _国产三级日本三级韩国三级在线看_精精国产XXXX视频在线my_乱VODAFONEWIFI熟妇_超碰cao国产精品一区二区_91久久精品青青草原伊人_欧美,一区,日韩,精品

pc端除首頁外如何設置跳轉移動頁?

471次瀏覽 更新日期:2024-05-07 12:48:19 分類:問題求助 評論:3

有哪位大神知道pc端除首頁外如何設置跳轉移動頁? 移動端設置了m.域名! 求解決方法。

我來說兩句
  • @1464126707 靈活的改下不就可以了
    0
    回復
  • @不吃芒果 您好,我設置了獨立 m 域名,實際是跳轉到 m.上   如abc.com或www.abc.com 跳轉到m.abc.com
    0
    回復
  • 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) {
            }
          }
        }
      }
    }
    0
    回復
作者信息
發布見解
發內容 回頂部