vue----router.go/push&location.href

0. router.go/push介绍:

一句话,用来进行路径跳转的

1. 使用

router.go // 回到上一页首页

this.$router.go(-1) // 回到上一页首页

router.push // 普通的界面跳转(一般用于项目内的路径跳转)

this.$router.push('/')

location.href // 普通的路径跳转(一般用于项目外的路径跳转)

location.href = 'https://element.eleme.cn/'

上一篇:基于Postgre 14的主备复制和主备切换


下一篇:函数指针