确保组件不销毁,也能刷新页面里面的内容第一种 watch:{ '$route'(to,from) //这里监听} $route,在vue2中直接使用就行第二种 beforeRouteUpdate(to,from,next){ //这里监听}