<!-- IMPORTANT: Please use the following link to create a new issue: https://new-issue.vuejs.org/?repo=vuejs/vue-router If your issue was not created using the app above, it will be closed immediately. --> 今天用axios拦截器对401请求导向登录页面时发现,在页面中使用new Router实例push路径,但是发现url变化,页面不跳转,通过this.$router.push可以正常使用,之后切换到2.7.0版本正常