function isWeChatBrowser() { const ua = navigator.userAgent.toLowerCase(); return /micromessenger/.test(ua); } if (isWeChatBrowser()) { }else{ window.location.href = 'https://www.tingdaozhe.cc/'; }