diff --git a/mixly-sw/mixly-modules/common/loader.js b/mixly-sw/mixly-modules/common/loader.js index 1666295d..374081c0 100644 --- a/mixly-sw/mixly-modules/common/loader.js +++ b/mixly-sw/mixly-modules/common/loader.js @@ -77,10 +77,10 @@ Loader.init = () => { })(window, document); } else { (function() { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?c06a333a8909f6abd97020e6e0929d60"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?3914f31c236391e8ad9780ff27a6ab23"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); })(); } }