Commit ffecbb75 authored by 吴冠's avatar 吴冠

T10

parent f73e244c
......@@ -102,9 +102,9 @@ export default {
size:10,
noticeType:'ENQUIRY'
}
if(Cookies.get("details",{ domain: 'http://60.205.251.80:8081'})=="1"){
if(Cookies.get("details",{path:'/',domain: '60.205.251.80'})=="1"){
console.log(111111111111111111)
mes.currentPage = Cookies.get("currentPage",{ domain: 'http://60.205.251.80:8081' })
mes.currentPage = Cookies.get("currentPage",{path:'/',domain: '60.205.251.80'})
}
const res = await industryList();
console.log(33333333333333333)
......@@ -112,9 +112,9 @@ export default {
/* Cookies.remove("details",{ path: '' })
Cookies.remove("currentPage",{ path: '' }) */
console.log(222222222222222222222222)
Cookies.remove('currentPage', { path: '/', domain: 'http://60.205.251.80:8081' });
Cookies.remove('currentPage', {path:'/',domain: '60.205.251.80'});
console.log(3333333333333333333333)
Cookies.remove('details', { path: '/', domain: 'http://60.205.251.80:8081' });
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