隐去校园报告高峰期限制

parent 1f3189b0
...@@ -828,10 +828,10 @@ ...@@ -828,10 +828,10 @@
} }
}, },
mounted() { mounted() {
if (this.isPeakPeriod()) { // if (this.isPeakPeriod()) {
this.showReport = false; // this.showReport = false;
return // return
} // }
this.showReport = true; this.showReport = true;
if (new Date().getTime() <= new Date('2022/06/30').getTime()) { if (new Date().getTime() <= new Date('2022/06/30').getTime()) {
this.isAttendanceOpen = true; this.isAttendanceOpen = true;
......
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