We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2870429 commit 6cd1150Copy full SHA for 6cd1150
src/page/home/home.vue
@@ -72,10 +72,10 @@ export default {
72
this.groupcity = res;
73
})
74
75
- var date=new Date();
76
- date.setTime(date.getTime()-10000);
77
- document.cookie="USERID=186655961; expires=" + date.toGMTString() ;
78
- document.cookie="SID=euYTx4hkmHEa1HdhpbkvaxXLvuR7lb2WjlwQ; expires=" + date.toGMTString();
+ // var date=new Date();
+ // date.setTime(date.getTime()-10000);
+ // document.cookie="USERID=186655961; expires=" + date.toGMTString() ;
+ // document.cookie="SID=euYTx4hkmHEa1HdhpbkvaxXLvuR7lb2WjlwQ; expires=" + date.toGMTString();
79
},
80
81
components:{
0 commit comments