Commit 2c2fa692 authored by 罗超's avatar 罗超

修改跳转

parent 53a94604
......@@ -249,8 +249,11 @@ const goBack = (type:any) =>{
// }
// console.log(path)
// router.push({path})
if(model.value==0) path = `/market/op/${ConfigId.value}/$-{t}`
//console.log(model.value,)
if(model.value==0) {
path = `/market/op/${ConfigId.value}/${t}`
router.push({path})
}
else window.history.back()
}).catch(() => {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment