mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改时间
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
mounted() {
|
||||
|
||||
let now=new Date();
|
||||
let min=new Date(2023,1,1,0,0,0);
|
||||
let min=new Date(2022,12,1,0,0,0);
|
||||
let max=new Date(2023,1,15,0,0,0);
|
||||
//console.log(now,min,max);
|
||||
//console.log(now.getTime(),min.getTime(),max.getTime());
|
||||
|
||||
Reference in New Issue
Block a user