vue用this.$router.go()和this.$router.push()进行导航。

this.$router.go() 值为1或者-1, 1前进一页  -1后退一页。

this.$router.push()  跳转到指定的页面。

vue---导航

相关文章: