uni-app 开发微信公众号Bug记录,优化记录
流程方案
重定向静默授权
ios 使用 location.href 跳转返回空白页
内部页面跳转
需使用Router跳转
this.$Router.push({ path: '/' + randomString(3) + aliasPath + randomString(3)+`?awaid=${id}`,params:{}})
外部页面跳转
window.history.pushState({},null,document.URL)
window.addEventListener('popstate',
原创
2020-10-14 15:28:32 ·
635 阅读 ·
1 评论