代码如下:

 <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)

Logo

前往低代码交流专区

更多推荐