beforeRouteLeave(to, from, next) { this.$destroy(); next(); } 或者使用Vue的生命週期函數activated,這個是解決keep-alive緩存的