vue实现页面跳转的方式 1、使用路由:router-link 2、使用编程式导航:this.router.push("/")3、this.router.push("/") 3、this.router.push("/")3、this.router.go(1);