Commit f73e244c authored by 吴冠's avatar 吴冠

T9

parent 81cbddb7
...@@ -258,7 +258,7 @@ export default { ...@@ -258,7 +258,7 @@ export default {
mess.currentPage = val mess.currentPage = val
this.getData.currentPage = val this.getData.currentPage = val
mess.size = this.getData.size mess.size = this.getData.size
Cookies.set("currentPage",val,{path:'/',domain: 'http://60.205.251.80:8081'}) Cookies.set("currentPage",val,{path:'/',domain: '60.205.251.80'})
this.getInquiryList(mess); this.getInquiryList(mess);
}, },
dealDisabledDate(time) { dealDisabledDate(time) {
...@@ -269,7 +269,7 @@ export default { ...@@ -269,7 +269,7 @@ export default {
return time.getTime() > Date.now() || time.getTime() < dateRegion; return time.getTime() > Date.now() || time.getTime() < dateRegion;
}, },
handleChageUrl(id){ handleChageUrl(id){
Cookies.set("details",'1',{path:'/',domain: 'http://60.205.251.80:8081'}) Cookies.set("details",'1',{path:'/',domain: '60.205.251.80'})
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