vue中$router.push 方法调用的是html5中的 History API: history.pushState( ) ,参考pushState,该方法不会刷新页面,会向浏览器的会话历史栈增加一个条目。