mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改成正式时间
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
},
|
||||
mounted() {
|
||||
let now=new Date();
|
||||
let min=new Date('2023/01/20 00:00:00');
|
||||
let min=new Date('2023/01/22 00:00:00');
|
||||
let max=new Date('2023/02/05 00:00:00');
|
||||
//console.log(now,min,max);
|
||||
//console.log(now.getTime(),min.getTime(),max.getTime());
|
||||
|
||||
Reference in New Issue
Block a user