1.获取ID的方法:

     let orderId=this.$route.query.id; 


2.路由重定向方法

this.$router.push(this.$route.query.redirect || '/login')