no message

This commit is contained in:
A1300399510
2024-12-03 18:32:38 +08:00
parent ca024d9a16
commit 00f30db09e
4 changed files with 60 additions and 68 deletions

View File

@@ -139,9 +139,9 @@ router.beforeEach(async (to, from, next) => {
// }
}
if (typeof wx !== "undefined") {
if (typeof wx !== "undefined") {
wx.miniProgram.postMessage({
data: location.href,
data: to.fullPath,
})
}