beforeRouteLeave(to,from,next){this.$destroy();下一个();}或者使用vue的生命周期函数activated,这个是为了解决keep-alive缓存
Vue页面刷新相关文章