Commit aecf20b0 authored by 吴冠's avatar 吴冠

///

parent 59e2b20d
...@@ -293,7 +293,10 @@ export default { ...@@ -293,7 +293,10 @@ export default {
}, },
handleChageUrl(id){ handleChageUrl(id){
Cookies.set("details",true) Cookies.set("details",true)
/* let path = this.$router.path */ let path = this.$router.path
if(path=="/notice/inquiry/"){
return this.$router.go(`notice/enquirydetails?id=${id}`)
}
return this.$router.push(`enquirydetails?id=${id}`) return this.$router.push(`enquirydetails?id=${id}`)
} }
}, },
......
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