this.$router.go(-1) :代表着后退

this.$router.go(1):代表着前进

this.$router.push({    切换到name为home的路由
       name:'home',

       params:{
                    tag:true,/*如果有这个参数,说明要修改当前这个指标,则选出当前的指标*/
                    scope:'自定义',
                    indicname,
                    indictype,
                    flag,
                    type
        }
})

Logo

前往低代码交流专区

更多推荐