vue中导航中的后退-前进-编程式导航
this.$router.go(-1) :代表着后退this.$router.go(1):代表着前进this.$router.push({切换到name为home的路由name:'home',params:{tag:true,/*如果有这个参数,说明要修改当前这个指标,则选出当前的指标*/...
·
this.$router.go(-1) :代表着后退
this.$router.go(1):代表着前进
this.$router.push({ 切换到name为home的路由
name:'home',
params:{
tag:true,/*如果有这个参数,说明要修改当前这个指标,则选出当前的指标*/
scope:'自定义',
indicname,
indictype,
flag,
type
}
})
更多推荐
已为社区贡献27条内容
所有评论(0)