diff --git a/src/components/Gonggao.vue b/src/components/Gonggao.vue index 23d7c2fe..45dd035b 100644 --- a/src/components/Gonggao.vue +++ b/src/components/Gonggao.vue @@ -23,7 +23,7 @@ }, mounted() { let now=new Date(); - let min=new Date(2022,10,7,0,0,0); + let min=new Date(2022,10,9,0,0,0); let max=new Date(2022,10,9,6,0,0); //console.log(now,min,max); //console.log(now.getTime(),min.getTime(),max.getTime());