写在挂载完成生命周期函数里也不行,效果有问题,有什么好的办法吗
使用路由守卫beforeRouteEnter试试效果
A页面
btnClick() { this.$router.push('/B'); }
B页面created或mounted中写弹窗即可