no message

This commit is contained in:
A1300399510 2024-12-03 18:51:04 +08:00
parent 00f30db09e
commit 1d0d54e445
3 changed files with 5 additions and 3 deletions

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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