refresh.vue
export default { beforeRouteEnter (to, from, next) { this.$nextTick(() => { next(vm => { vm.$router.replace(from.path) }) }) } }
使用: