static

browser-check.js 113B

    if (browser.device != 'PC') { // 若是来自pc页面,跳转pc页面 location.href = "index-mobile.html"; }