this.$router.push({path:'/index'})
1 methods:{ 2 click(){ 3 if(data==1) 4 this.$router.push({path:"/home"}) 5 6 } 7 8 9 }