no message
This commit is contained in:
parent
bc299037e5
commit
170ba990fa
@ -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>
|
||||||
|
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user