Commit ca6254ac authored by 吴冠's avatar 吴冠

T6

parent b8721808
......@@ -102,16 +102,19 @@ export default {
size:10,
noticeType:'ENQUIRY'
}
if(Cookies.get("details")){
if(Cookies.get("details",{ path: '/', domain: '60.205.251.80' })){
console.log(111111111111111111)
mes.currentPage = Cookies.get("currentPage")
mes.currentPage = Cookies.get("currentPage",{ path: '/', domain: '60.205.251.80' })
}
const res = await industryList();
console.log(33333333333333333)
const {data,total} = await getInquiryList(mes)
/* Cookies.remove("details",{ path: '' })
Cookies.remove("currentPage",{ path: '' }) */
console.log(222222222222222222222222)
Cookies.remove('currentPage', { path: '/', domain: '60.205.251.80' });
console.log(3333333333333333333333)
Cookies.remove('details', { path: '/', domain: '60.205.251.80' });
return {
priceList : data,
total : total,
......
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