no message

This commit is contained in:
A1300399510 2024-12-04 19:22:21 +08:00
parent bc299037e5
commit 170ba990fa
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
const script = document.createElement("script") const script = document.createElement("script")
script.src = (["localhost"].includes(location.hostname) ? "" : $baseURL) + "/js/jweixin-1.3.2.js" script.src = (["localhost"].includes(location.hostname) ? "" : $baseURL) + "/js/jweixin-1.3.2.js"
document.head.appendChild(script) document.head.appendChild(script)
}) })
</script> </script>
<script defer src="//stat.gter.net/script.js" data-website-id="28aa17dc7c163e7e7cf88d0c556a729b"></script> <script defer src="//stat.gter.net/script.js" data-website-id="28aa17dc7c163e7e7cf88d0c556a729b"></script>

View File

@ -140,7 +140,7 @@ router.beforeEach(async (to, from, next) => {
} }
if (typeof wx !== "undefined") { if (typeof wx !== "undefined") {
console.log("to.fullPath", to.fullPath) // console.log("to.fullPath", to.fullPath)
setTimeout(() => { setTimeout(() => {
wx.miniProgram.postMessage({ wx.miniProgram.postMessage({