跳转抢单界面

This commit is contained in:
aixianling
2022-02-25 14:02:38 +08:00
parent 85b51faa89
commit 4370c8d923

View File

@@ -75,7 +75,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$message.success("抢单成功!")
this.$router.push({name: ""})
this.$router.push({name: "27338cb83e77461dbd44356a6760df86"})
}
})
},