1. 可以采用<router-link/>標(biāo)簽進(jìn)行直接跳轉(zhuǎn)
2. this.$router.push({ path: '/' })?
3. this.$router.go(-1)
4.this.$router.replace({ path: '/' })
具體說(shuō)明如下

1. 可以采用<router-link/>標(biāo)簽進(jìn)行直接跳轉(zhuǎn)
2. this.$router.push({ path: '/' })?
3. this.$router.go(-1)
4.this.$router.replace({ path: '/' })
具體說(shuō)明如下