微信官方文档
其他方法
有时发生错误从新加载一下页面也是不错的选择
beforeRouteEnter(to, from ,next) {
if(to.path != location.pathname) {
location.assign(to.fullPath);
} else {
next();
}
}
有时发生错误从新加载一下页面也是不错的选择
beforeRouteEnter(to, from ,next) {
if(to.path != location.pathname) {
location.assign(to.fullPath);
} else {
next();
}
}
本文标题:调用微信扫一扫功能,踩坑'invalid signature'
本文链接:https://www.haomeiwen.com/subject/xvaqultx.html
网友评论