vue路由跳转 返回上一级 this.$router.go(-1) 和返回到指定页面this.$router.push(‘/home‘)

1,点击返回上一页
<button @click=“goback”>goback
methods:{
goback(){}
this.KaTeX parse error: Expected 'EOF', got '}' at position 15: router.go(-1) }̲ 2,点击跳转到/Foo2页面…router.push(’/foo2’) 最常用
或者this.$router.push({name:‘Foo1’})对象的方法
转载于 https://www.cnblogs.com/zyyweb/p/9578392.html

上一篇:RL 五


下一篇:利用scroll实现侧边栏固定