在一个页面的created中加入 beforeRouteLeave(to, from, next) { console.log(to); console.log(from); console.log(next); next(); },