Vue怎么返回上一级,返回上一页面
代码如下:<button @click='prev'>返回上一级</button><script>methods:{prev(){this.$router.go(-1)}}</script>注:后退:this.router.go(−1),反之前进就是this.router...
代码如下:
<button @click='prev'>返回上一级</button>
<script>
methods:{
prev(){
this.$router.go(-1)
}
}
</script>
注:后退:this. r o u t e r . g o ( − 1 ) , 反 之 前 进 就 是 t h i s . router.go(-1), 反之前进就是this. router.go(−1),反之前进就是this.router.go(1)
更多推荐
所有评论(0)