Commit e85bb884 authored by 吴冠's avatar 吴冠

刷新页面报错问题

parent 0a630896
...@@ -219,7 +219,7 @@ import Cookies from 'js-cookie' ...@@ -219,7 +219,7 @@ import Cookies from 'js-cookie'
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`abortivedetails?id=${id}`) return this.$router.push(`/notice/abortivedetails?id=${id}`)
} }
} }
} }
......
...@@ -230,7 +230,7 @@ import Cookies from 'js-cookie' ...@@ -230,7 +230,7 @@ import Cookies from 'js-cookie'
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`biddingdetails?id=${id}`) return this.$router.push(`/notice/biddingdetails?id=${id}`)
} }
} }
} }
......
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`windetails?id=${id}`) return this.$router.push(`/notice/windetails?id=${id}`)
} }
}, },
}; };
......
...@@ -221,7 +221,7 @@ import Cookies from 'js-cookie' ...@@ -221,7 +221,7 @@ import Cookies from 'js-cookie'
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`cadidatedetails?id=${id}`) return this.$router.push(`/notice/cadidatedetails?id=${id}`)
} }
} }
} }
......
...@@ -221,7 +221,7 @@ import Cookies from 'js-cookie' ...@@ -221,7 +221,7 @@ import Cookies from 'js-cookie'
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`changedetails?id=${id}`) return this.$router.push(`/notice/changedetails?id=${id}`)
} }
} }
} }
......
...@@ -219,7 +219,7 @@ import Cookies from 'js-cookie' ...@@ -219,7 +219,7 @@ import Cookies from 'js-cookie'
handleChageUrl(id){ handleChageUrl(id){
console.log(this.cacheCurrentPage+'1111111111111111112222') console.log(this.cacheCurrentPage+'1111111111111111112222')
Cookies.set("details",true) Cookies.set("details",true)
return this.$router.push(`clarifiesdetails?id=${id}`) return this.$router.push(`/notice/clarifiesdetails?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