no message
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user